Hi all,
I have three (3) button in a Group:
Group Name:
Sorting
Button Names:
FirstNameSortButton
LastNameSortButton
LocationSortButton
Since a ComboBox cannot show more than 1 column when the "ComboBox1_Change()" event fires, I had to overlay a 2 column ListBox on top of my ComboBox so all...