Is it possible to sort on an asterisk as a character, and not as a wildcard??? I saw some early threads about Char(42) and the tilde (~) being used, but that tries to find text strings.
The "*" only returns anything contained in quotes.
Just so you know, I have a database of about 19,000+ customers. Some of the customers have an asterisk after their last name (dead, bad account, slow pay, etc). I want to remove these from the list. Anyway to sort all of the asterisks together for review before deletion??
If any macro or VBA codes reccomended, go slow (and use small words). I am slowly begining to grasp the whole VBA concept, but I need specific directions.
Also, just to clarify, this is just a plane-jane customer database
Last Name
First Name
Address
State
Zip
Phone
So if there is a macro to delete the entry, I need to delete the entire row, not just the entry in that column.
Thanks in advance.
Russell
The "*" only returns anything contained in quotes.
Just so you know, I have a database of about 19,000+ customers. Some of the customers have an asterisk after their last name (dead, bad account, slow pay, etc). I want to remove these from the list. Anyway to sort all of the asterisks together for review before deletion??
If any macro or VBA codes reccomended, go slow (and use small words). I am slowly begining to grasp the whole VBA concept, but I need specific directions.
Also, just to clarify, this is just a plane-jane customer database
Last Name
First Name
Address
State
Zip
Phone
So if there is a macro to delete the entry, I need to delete the entire row, not just the entry in that column.
Thanks in advance.
Russell