Installing a macro in global.mpt

P

Pokepin

I want to send a vba macro t to a few users in my company. Since they are of
varying computer skills, I want to automate the installation of the code..
Since the macro needs to install into their GLOBAL.MPT, it could be a
security issue.. What is the best way to do this? Use an installer like
Installshield? Microsoft installer? Appreciate any feedback, thanks.
 
J

Jan De Messemaeker

Hello,

I have done this by sending a simple MPP file (or asking to open one from
the server) with the macro in it and having another macro firing at file
open, that uses the OrganizerMoveItem method to copy the module.
Hope this helps,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top