Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I find out what macro and the code assigned to a specific button in an
Excel worksheet? I can view all the macros assigned to the workbook, but it appears that there may be other macros running on these buttons (my personal list of macros is empty)(I am the author of the workbook). |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Right-click on button, assign macro. See that is assigned.
If an ActiveX control, you may need to click on "view code". Alternatively, you can bring up the VBE (Alt+F11) and look through the different parts of your workbook to see what coding is in there. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "bcm2" wrote: How do I find out what macro and the code assigned to a specific button in an Excel worksheet? I can view all the macros assigned to the workbook, but it appears that there may be other macros running on these buttons (my personal list of macros is empty)(I am the author of the workbook). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
command button code | Excel Discussion (Misc queries) | |||
Add a Button Programatically plus code | Excel Discussion (Misc queries) | |||
configure add button & code | Excel Discussion (Misc queries) | |||
code to reassign a macro to a toolbar button because of path change | Excel Discussion (Misc queries) | |||
VBA code behind command button | Excel Worksheet Functions |