So i have a set of data that has various numbers with letters at the end in example would be
233423528535A
3453453453945
234234235532C
3453453455345
234234238964D
3453453453234
656234234534G
346364634636Z
6456456456452
3453453453242
234234234234X
I want to create a vba script that if a row in this column contains a letter it can be deleted. I tried using an excel function however excel functions dont allow rows to be deleted.