Posts by Leony • 11 points
1 post
-
1
votes4
answers15143
viewsA: How to create an Excel macro to delete duplicate lines
I’m learning from VBA now, and I did it this way, maybe simpler: Dim TESTE As String Dim TESTE2 As String Dim LINHAS As String LINHAS = 0 TESTE = 6 TESTE2 = 7 Range("a5").Select Do While…