Deploying Macros with Exchange Server 5.5

  • Thread starter Thread starter brodden
  • Start date Start date
B

brodden

Ok, now that I have my macro written, I need to deploy it to about 60
workstations without having to go to each one. I am running Exchange
Server 5.5. Any ideas?

Thanks!
 
Does anyone know where the vba code in outlook is actually stored on th
hard drive? Maybe we could just copy the code to all of th
computers..
 
Search for VBAProject.OTM. That's the Outlook VBA project file. A
better way to deploy code is to use a COM addin, BTW.
 
Back
Top