Migrating a customized toolbar to multiple machines

  • Thread starter Thread starter James
  • Start date Start date
J

James

Ok,

Created a basic toolbar with a few basic features (primarily buttons for
standard auto-text replies). I want to copy, migrate, push, whatever this
out to 21 clients, and I do not particularly want to build this toolbar for
every workstation.

I tried to take my outcmd.dat file, and copy it over to another machine for
a test, but that did not seem to work. Maybe I'm missing something.

Thanks,

James

PS: Put this into the INstall and Configure group. If this is incorrect, my
apologies.
 
Deploying VBA code is never a good option. The best practice recommendation
is to use a COM addin. If you insist on deploying VBA code look at the
information at www.outlookcode.com on VB deployment.
 
Back
Top