I have five options in an option group: [A-E], [F-J], [K-O], [P-T], [U-Z]. These "ranges" represent alphabetical ranges that I would like combo box values to be "filtered" on. The combo box is a listing of counties that occur within the state. If the user hits the option [A-E], I'd like the combo box to only display counties that begin with a letter between A and E. How do I accomplish this with VBA? Is this a select case scenario? It would be easy to get the first letter of the county using Left, I just don't know how to take that value and have it "filter" the combo box choices.
Any pointers would be appreciated.
Thanks,
David
Any pointers would be appreciated.
Thanks,
David