deploy and maintain outlook vba macros to workgroup

jimrward

Well-known Member
Joined
Feb 24, 2003
Messages
1,897
Office Version
  1. 2021
  2. 2019
  3. 2016
  4. 2013
  5. 2011
  6. 2010
  7. 2007
  8. 2003 or older
Platform
  1. Windows
as we all know outlook is a single environment when it comes to macros etc

I would like to deploy and maintain a suite of macros which generate various replies to emails in bulk, the users select the required inbound messages and click on button to bulk reply

That is working fine, however there is a need to make changes to the text and distribute amongst the crew.

My initial approach was to copy VBAPROJECT.OTM to a network share and copy to %appdata% .... etc along with the command bar file

I need a method of being to able to update the code and distribute in a quick method to all users.

I had thoughts about having all modules in one and exporting the BAS file, and have outlook check dates on startup and import the module, the buttons will be static until a new procedure is added

we dont have the tools for com add-in's etc

any ideas or suggestions would be most welcome, for replacing the core code on the fly
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,224,503
Messages
6,179,134
Members
452,890
Latest member
Nikhil Ramesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top