![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I am in need of installing/creating a marco on several computers, and rather
than have to create each one individually, I'd like to create an installer program (somehow). Is this even possible, and if so how? Thanks for you time. |
Ads |
#2
|
|||
|
|||
![]()
Not possible. You would have to copy the entire VBAProject.OTM file over and
wipe out any existing macros or just add that code to each existing VBA project. VBA macros are not designed for deployment. For deployment a COM addin should be used. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Please Assist" Please wrote in message ... I am in need of installing/creating a marco on several computers, and rather than have to create each one individually, I'd like to create an installer program (somehow). Is this even possible, and if so how? Thanks for you time. |
#3
|
|||
|
|||
![]()
You're better off migrating your code to a COM Add-In, which can be packaged
in a Windows Installer Package and is the supported solution for distributing Outlook applications. See also: Distributing Microsoft Outlook VBA Code: http://www.outlookcode.com/d/distributevba.htm -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Please Assist" wrote: I am in need of installing/creating a marco on several computers, and rather than have to create each one individually, I'd like to create an installer program (somehow). Is this even possible, and if so how? Thanks for you time. |
#4
|
|||
|
|||
![]()
Thanks for the information Eric. It it very useful.
"Eric Legault [MVP - Outlook]" wrote: You're better off migrating your code to a COM Add-In, which can be packaged in a Windows Installer Package and is the supported solution for distributing Outlook applications. See also: Distributing Microsoft Outlook VBA Code: http://www.outlookcode.com/d/distributevba.htm -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Please Assist" wrote: I am in need of installing/creating a marco on several computers, and rather than have to create each one individually, I'd like to create an installer program (somehow). Is this even possible, and if so how? Thanks for you time. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VBA Macro to Open Form | LDMueller | Outlook and VBA | 2 | December 19th 06 06:54 PM |
Outlook send and delete Macro/VBA | [email protected] | Outlook - General Queries | 1 | July 18th 06 02:34 PM |
Storing a value for later use in vba or a Macro | Jack G | Outlook and VBA | 1 | June 8th 06 04:34 PM |
vba macro to print email and attachments outlook 2000 | Dan over in IT | Outlook and VBA | 2 | June 7th 06 08:08 PM |
Automatically trigger a VBA macro to run when connection to exchange server has been made. | [email protected] | Outlook and VBA | 0 | January 25th 06 08:52 PM |