quando mi va copiare le celle non va bene,
vorrei che quando copia mi fa incolla speciale solo valori
- Codice: Seleziona tutto
Range("DX26:EC26").Copy Destination:=Sheets("Ambi").Range("B" & Rows.Count).End(xlUp).Offset(1, 0)
Moderatori: Anthony47, Flash30005
Range("DX26:EC26").Copy Destination:=Sheets("Ambi").Range("B" & Rows.Count).End(xlUp).Offset(1, 0)Range("DX26:EC26").Copy
Sheets("Ambi").Range("B" & Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
Range("DX26:EC26").Copy
If Worksheets("Ambi").Range("B" & Rows.Count).End(xlUp).Row < 25 Then
Sheets("Ambi").Range("B25").PasteSpecial Paste:=xlPasteValues
Else
Sheets("Ambi").Range("B" & Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial Paste:=xlPasteValues
End IfSheets("Ambi").Range("B24").Value = "Intestazione referita" 'Nota °
Range("DX26:EC26").Copy 'Esistente
Range("DX26:EC26").Copy
Sheets("Ambi").Range("B25").PasteSpecial etc etc
Torna a Applicazioni Office Windows
| problema ricezione notifiche outlook Autore: gianscooby |
Forum: Sistemi Operativi Windows Risposte: 2 |
| Excel: problema con date se devo unirle a testi Autore: valle1975 |
Forum: Applicazioni Office Windows Risposte: 7 |
| Codice VBA per stampare UserForm attiva Autore: Carletto Ribolla |
Forum: Applicazioni Office Windows Risposte: 8 |
Visitano il forum: Nessuno e 32 ospiti