Greetings, thank you for clicking on my thread! I am in need of your help.
I am working on sorting a spreadsheet based on criteria in column C. Column C has a list of numbers, all of which are preceded by the letter A or B.
Example:
A72200100
B7810210
B72300100
A7810220
I want to write some VBA code to sort these numerically in ascending order while ignoring the preceding letter (either A or B). So I would like to see the following in column C after the code has been run:
B7810210
A7810220
A72200100
B72300100
I also need to make sure the entire row follows its original entry in column C.
Thank you very much for your time!
-D
I am working on sorting a spreadsheet based on criteria in column C. Column C has a list of numbers, all of which are preceded by the letter A or B.
Example:
A72200100
B7810210
B72300100
A7810220
I want to write some VBA code to sort these numerically in ascending order while ignoring the preceding letter (either A or B). So I would like to see the following in column C after the code has been run:
B7810210
A7810220
A72200100
B72300100
I also need to make sure the entire row follows its original entry in column C.
Thank you very much for your time!
-D