P
Peter
I know how to create a custom toolbar with menu items that invoke macros. The
question is, is it possible to create sucha a menu item that calls a macro
that takes an argument. I have a macro that takes an argument that then
processes the argument using a Select Case... construct. I'd like to create
one menu item for each Case. Each menu item would invoke the same macro but
with a different argument. I hate to have to create individual macros for
each menu item that in turn call the main macro with the argument passed to
it. I suppose this is a workaround but if there is a way to do it the other
way, it would be a lot more efficient.
Thanks,
Peter
question is, is it possible to create sucha a menu item that calls a macro
that takes an argument. I have a macro that takes an argument that then
processes the argument using a Select Case... construct. I'd like to create
one menu item for each Case. Each menu item would invoke the same macro but
with a different argument. I hate to have to create individual macros for
each menu item that in turn call the main macro with the argument passed to
it. I suppose this is a workaround but if there is a way to do it the other
way, it would be a lot more efficient.
Thanks,
Peter