Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I view which macro is assigned to a custom button?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Right click the button. If the pop-up menu appears with the option to
assign a macro, then select that option. If a macro is assigned, it will appear in the top window, shaded. If none is assigned it will appear as Button1_Click, Or whatever button number it happens to be. If the pop-up menu does not appear when you right click the button, then the button is from the Control Tool box and you will need to enter design mode to access the code for the button. Once in design mode, right click the button and select "View Code" from the pop-up menu. That is that the CommandButton_Click code is the code for that button. "C" wrote in message ... How do I view which macro is assigned to a custom button? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assigned Macro to button | Excel Programming | |||
Macro assigned to a button | Excel Discussion (Misc queries) | |||
Macro Assigned to a Button | Excel Discussion (Misc queries) | |||
How do I know what macro is assigned to a button? | Excel Discussion (Misc queries) | |||
Which Macro Is Assigned to a Button | Excel Programming |