save macro

  • Thread starter Thread starter bbry
  • Start date Start date
B

bbry

I have a vba save macro that I want to use. I am about to
deploy 80 new workstations for my office anyone know the
best way to copy the macro over to every new workstation.
what is the file in outlook that I copy?

and is there any easy way of doing this

THanks
 
The best way is to build a COM add-in that uses your code and deploy it with
a standard setup program. Copying the VbaProject.otm file to all users is
not a good idea.
 

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