Hi,
I want to find a way to create a VBA procedure that will delete all rows that have a number or part of a number in the string in column A.
I have data from A1 to A1000.
For exemple, if this is in the first cell of the row (A), I want the full row to be deleted:
ex: AAA1, 100.93, 10, 1A1, fedex1, 123, q0q
How could I go that?
I want to find a way to create a VBA procedure that will delete all rows that have a number or part of a number in the string in column A.
I have data from A1 to A1000.
For exemple, if this is in the first cell of the row (A), I want the full row to be deleted:
ex: AAA1, 100.93, 10, 1A1, fedex1, 123, q0q
How could I go that?