I have a project which is distributed to a number of users as an add-in. On Launching Word the add-in rebuilds the command bar which is specific to its procedures. Some of my users have outdated versions of the add-in’s modules stored in their Normal.dot templates. I find that the outdated macros are being fired in these cases.
The OnAction command is:
cbb.OnAction = “module.procedure”
The add-in project appears in the Project Explorer as “Macros (_1_Macros)”
How can I revise the code to force use of the add-in procedure? Surely it’s possible.