Deploy Outlook Macro to Users

kryptonian

Board Regular
Joined
Oct 6, 2006
Messages
104
I created an ItemSend macro in Outlook 2010 that I need to deploy to about a hundred users that are not in one geographic location. I found references saying to copy the VBAProject.OTM file but I cannot find it in my Outlook folder (hidden files are visible) so I'm guessing it is only good for Outlook 2003 as mentioned in the post. I don't know how to make a COM Add-in so that is not an option for now as well.

Suggestions please???
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
unfortunately Outlook is designed as single user program and the concept of shared macros is not implemented.

I found this when trying to deploy a macro to a number of people

there are various options

1) copy the OTM file
2) email the text of the macro to all users along with instructions on how to implement the code, and save the project
3)create addin

all 3 options have their down sides,
1) by copying the OTM you effectively overwrite everyones OTM file and they may lose macros already in place
2) by emailing the code you have to hope the users have a bit of technical knowledge to complete the task
3) when the addin is created it still needs copying to the target machines

2) would be my preferred option, and if any of the users struggle do you have any remote control software you acn conect with to complete the job
 
Upvote 0

Forum statistics

Threads
1,225,613
Messages
6,186,003
Members
453,334
Latest member
Prakash Jha

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