anthony sbagliavo qui visto che stamattina le partite erano poche avevo selezionato fino alla cella 198 invece devo selezionare tutta la tabella da a9 : ae 1507
Range("A9:AE1507").Select
ed ora sembra funzionare bene, grazieeeeeeee
Moderatori: Anthony47, Flash30005
Anthony47 ha scritto:Bravo...
Togli pure dalla macro quegli inutili ActiveWindow.ScrollColumn
Ciao
If (j+1)>10 and j+1<15 Then 'Controlla colonne
'Compila manipolando il valore "H"
Else
'Compila normalmente
End if
If Col1 Then
Cells(i - kk, j + 1) = CDate(h)
If (Int(Cells(i - kk, j + 1)) <> Int(Range("Ab1"))) And Range("AB1") <> "" Then _
Cells(i - kk, j + 1).Clear: kk = kk + 1: Exit For
Else
Cells(i - kk, j + 1) = h '>>>
End If
If Col1 Then
Cells(i - kk, j + 1) = CDate(h)
If (Int(Cells(i - kk, j + 1)) <> Int(Range("Ab1"))) And Range("AB1") <> "" Then _
Cells(i - kk, j + 1).Clear: kk = kk + 1: Exit For
Else
If (j + 1) > 10 And (j + 1) < 15 And i > 1 Then
Cells(i - kk, j + 1) = CDbl(Replace(Replace(h, " ", ""), "€", ""))
Cells(i - kk, j + 1).NumberFormat = "$ #,##0.00"
Else
Cells(i - kk, j + 1) = h '>>>
End If
End If
Torna a Applicazioni Office Windows
| Excel apre solo una schermata bianca Autore: jameswilson |
Forum: Applicazioni Office Windows Risposte: 1 |
| Inserire dati filtrati da 2 file ad un terzo file Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 14 |
| Inserire add.in nella barra di avvio veloce in excel 2003 Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 4 |
| Excel: problema con date se devo unirle a testi Autore: valle1975 |
Forum: Applicazioni Office Windows Risposte: 7 |
Visitano il forum: Nessuno e 25 ospiti