C
chris seiter
I have a custom tab in 2007 that contains a drop-down menu. Each item in the
menu is different, but the macro will perform the same function with a few
differences based on which menu option is selected. How can I pass the id of
the menu item pressed to the macro so I don't have to write 7 different
macros for each? I'd like to just use a Select Case for the name and change
the items based on that.
menu is different, but the macro will perform the same function with a few
differences based on which menu option is selected. How can I pass the id of
the menu item pressed to the macro so I don't have to write 7 different
macros for each? I'd like to just use a Select Case for the name and change
the items based on that.