I have a spreadsheet that uses several activex box to feed values into linked cells as well as trigger a few different events around the sheet.
Some of these activex box are set to run macros on change and sometimes a different macro will write into the cells that are linked to these boxes and this will set off their macro as well.
Bottom line:
I now have a whole bunch of macros going off even when I don't intend it. I want know if there is a way to have excel tell me as it is running which macros are being run.
This could be either as after the fact or as message boxes while they are running.
What is the vba code for "name of current macro" so that I could maybe add something to the code like
msgbox current_macro.name.
Some of these activex box are set to run macros on change and sometimes a different macro will write into the cells that are linked to these boxes and this will set off their macro as well.
Bottom line:
I now have a whole bunch of macros going off even when I don't intend it. I want know if there is a way to have excel tell me as it is running which macros are being run.
This could be either as after the fact or as message boxes while they are running.
What is the vba code for "name of current macro" so that I could maybe add something to the code like
msgbox current_macro.name.