View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
expect_ed expect_ed is offline
external usenet poster
 
Posts: 53
Default How to identify macro assigned to toolbar button

AFAIK there is not a way to backtrack from the button to the macro. Best
thing to do is to observe what the button does and review the list of macros
to try to determine the match.

"Patricia D" wrote:

How can I identify what macro is currently assigned to each button on a
custom toolbar?

I am trying to troubleshoot a workbook writtten by someone else. 'Sub'
names do not match button text; many buttons, many macros.

Using Customize, I can see how to modify assigned macro, but don't see how
to check what currently assigned macro is.
--
Patricia D