Hello y’all,
I’ve Defined names at various cell locations in my Workbook. I’ve created macros that make the desired cell the active cell by going to that defined name. I have successfully assigned an individual macro to a CommandButton control.
I want to build a navigational tool that will use these same macros in a ListBox control as a drop-down list. I have not yet been able to work out how to assign a macro to each of the different list items. Any suggestions? Should I be using a ListBox for this?
Thanks much,
Rich