Macro Deployment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a custom made macro for use with Outlook 2003 and 3rd party Software.

I have tested the macro, and am now ready to install on all PC's on the
network.

Is there a way of deploying this macro?

Thank You in advance
 
Am Wed, 14 Dec 2005 04:54:33 -0800 schrieb NoSurprises:

You could:

- go to each PC and import the project files manually - very time consuming
- deploy all the project file (*.otm) - would overwrite an existing project.

The recommended way is to create an COM Add-In, e.g. with VB6 or the Office
Development suite.
 
Many Thanks for your quick response n this, much appreciated.

Have actually figured it out. I have deployed it by creating the Toolbar,
and copying the outcmd.dat and the project file. This will then be copied to
every users User Profile, and overwrite their existing toolbars.

Thi is not a concern as 95% of our users only use the standard toolbars
anyways :)

Thanks again :)
 

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

Back
Top