Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to create a macro that will change the macro associated with
multiple Command Buttons on my spreadsheet. I've been able to use the macro recorder to change the macros associated with "regular" buttons on the sheet; however, the recorder does not track the changing of the macro associated with Command Buttons. A quick example of what I need to accomplish: CommandButton23 is currently assigned to the macro "TOTYr_Day1" via: Private Sub CommandButton23_Click() TOTYr_Day1 End Sub I need to change that to be assigned to the macro TOTYr_Day1_NEW: Private Sub CommandButton23_Click() TOTYr_Day1_NEW End Sub I'm stumped and would appreciate any help you can provide. Thanks, CVinje |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to identify macro assigned to toolbar button | Excel Discussion (Misc queries) | |||
How to remove assigned button in from Macro in Excel 2007 | Excel Discussion (Misc queries) | |||
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) |