Moderatori: Anthony47, Flash30005
Sub dopo()
LR = Cells(Rows.Count, "B").End(xlUp).Row
For r = LR To 1 Step -1
If Cells(r, "B") <> "99" Then
Rows(r).Delete
Else
Exit For
End If
Next
End Sub
Sub prima()
LR = Cells(Rows.Count, "B").End(xlUp).Row
r = 1
While Cells(r, "B") <> "99"
Rows(r).Delete
Wend
End Sub
Sub prima1()
LR = Cells(Rows.Count, "B").End(xlUp).Row
riga = Range("B2:B" & LR).Find("99").Row - 1
Rows("1:" & riga).Delete
End Sub
Sub dopo1()
LR = Cells(Rows.Count, "B").End(xlUp).Row
riga = Range("B2:B" & LR).Find("99").Row + 1
Rows(riga & ":" & LR).Delete
End Sub
Torna a Applicazioni Office Windows
Importare immagini a seconda del testo in una cella Autore: Paolo67met |
Forum: Applicazioni Office Windows Risposte: 4 |
Inserire valore di una cella in altra cella con testo Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 17 |
Macro crea file word rinominato come dato in specifica cella Autore: systemcrack |
Forum: Applicazioni Office Windows Risposte: 11 |
Attribuire testo relativo a cella selezionata per hyperlink Autore: systemcrack |
Forum: Applicazioni Office Windows Risposte: 2 |
Aggiungere testo contenuto in specifica cella su file pdf Autore: systemcrack |
Forum: Applicazioni Office Windows Risposte: 7 |
Visitano il forum: Nessuno e 17 ospiti