Hi,
I have strings from A1 to A1000.
I would like to create a code line that would delete all rows that the text in cell A is more than 5 letters.
for exemple, keeps the rows that cell A is wer, Aer, EeeeE, WWWWW, E...
but delete the: aaaaaa, information, this is a test, AAAAAA, Aaaaaab
how could I do that with VBA?
thank you
I have strings from A1 to A1000.
I would like to create a code line that would delete all rows that the text in cell A is more than 5 letters.
for exemple, keeps the rows that cell A is wer, Aer, EeeeE, WWWWW, E...
but delete the: aaaaaa, information, this is a test, AAAAAA, Aaaaaab
how could I do that with VBA?
thank you