I've created Outlook 2007 macro, which add additional item to mail context menu (Sub Application_ItemContextMenuDisplay
). Now I would like to allow other users to use this macro. How can I simplify macro installation for them?
Now I have to ask them to run Macro editor and copy-paste the macro code.
Probably, I can convert that to some Outlook addin / msi?
Probably, I can convert that to some Outlook addin / msi?
That is exactly what I would do, and use an installer (like Inno Setup) to create a program to install the addin on each computer. – JimmyPena