Hi all
Suppose I have an excel table with col 1 already sorted in alphabetical order. How would I write a macro that would open an input box for user to enter a single character, and the table would then jump down to the first row in which col1 begins with that letter.
In my particular case, the data in col1 is actually a list of names, all of them beginning either with Ms or Mrs. I would therefore need the macro to jump to the first cell in which the second word of the data in the cell begins with the specified letter.
Thanks So Much in advance.
Suppose I have an excel table with col 1 already sorted in alphabetical order. How would I write a macro that would open an input box for user to enter a single character, and the table would then jump down to the first row in which col1 begins with that letter.
In my particular case, the data in col1 is actually a list of names, all of them beginning either with Ms or Mrs. I would therefore need the macro to jump to the first cell in which the second word of the data in the cell begins with the specified letter.
Thanks So Much in advance.