Jonathan West said:
The macro executed is stated in the OnAction property of the
CommandBarButton object. This is accessible via VBA, but nothing in Tools
Customize will give it to you directly.
It would be very useful to be able to see which macro is assigned to a
toolbar control!
The Commandbars object structure is very confusing. I have been able to
list the controls of the menubar (ie the words across the top), but cannot
get access to the items in the menus that drop down in order to be able to
read their OnAction. Does anyone understand the structure of the CommandBars
and Controls?
It would be nice to have some code that lists all the submenu items for a
specific toolbar together with their OnAction and if poss their relation to
the other menu level items. Has anyone done this?
Kerry