Deploying VBA projects

  • Thread starter Thread starter Ben Rodden
  • Start date Start date
B

Ben Rodden

Ok, now that I have my macro project built, I need to
deploy it to about 60 users who have Outlook 2000. I am
running Exchange Server 2003, however I do not have the
developer edition of Office so I do not have the
packaging wizard. Does anyone know of any other way that
I can deploy a vba project to clients?

Thanks!
 
Outlook VBA projects are not designed to be deployed to other users. The
right way to make your functionality available to other people would be to
use Visual Basic to build a COM add-in. With VBA, all you can do is copy the
vbaproject.otm file or export and import, neither being a satisfactory
distribution method.
 
Thanks Sue!
-----Original Message-----
Outlook VBA projects are not designed to be deployed to other users. The
right way to make your functionality available to other people would be to
use Visual Basic to build a COM add-in. With VBA, all you can do is copy the
vbaproject.otm file or export and import, neither being a satisfactory
distribution method.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers





.
 
Back
Top