I have an addin that creates a menu. when you select a menu item it executes code that is also stored in the add-in...however there is a problem if the addin sub has the same name as a macro in the activeworkbook. I have tried to get around this but cant, when i create the menu i say
.onaction = thisworkbook.name & "!macro1"
but if the workbook has a macro called "macro1" also, it will execute that macro and not the addin code,
why is that even when i explicity say thisworkbook.name?
thanks!!!
.onaction = thisworkbook.name & "!macro1"
but if the workbook has a macro called "macro1" also, it will execute that macro and not the addin code,
why is that even when i explicity say thisworkbook.name?
thanks!!!