![]() |
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 writing a VBA module to add a menu item and do some basic work behind
the scenes in Outlook. I would like to put this together in a setup.exe type program for delivery to my clients ... can this be done ? Also, I am having a devil of a time getting a startup or autoexec type function to add the menu item when Outlook starts ... Is this even possible? Wherever I add code (even in application.statup) it is ignored ??? many thanks all, jON |
#2
|
|||
|
|||
![]()
Distributing VBA code is not a good idea and not very robust. The best
practice is to use a COM addin and then you can add your UI in the OnStartupComplete or OnConnection event handlers. -- 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 "Jon Rowlan" wrote in message ... I am writing a VBA module to add a menu item and do some basic work behind the scenes in Outlook. I would like to put this together in a setup.exe type program for delivery to my clients ... can this be done ? Also, I am having a devil of a time getting a startup or autoexec type function to add the menu item when Outlook starts ... Is this even possible? Wherever I add code (even in application.statup) it is ignored ??? many thanks all, jON |
#3
|
|||
|
|||
![]()
Sounds complicated ... is there a wrapper or helper to do this?
I have no idea how to write COM ... I just know vba ... jON "Ken Slovak - [MVP - Outlook]" wrote in message ... Distributing VBA code is not a good idea and not very robust. The best practice is to use a COM addin and then you can add your UI in the OnStartupComplete or OnConnection event handlers. -- 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 "Jon Rowlan" wrote in message ... I am writing a VBA module to add a menu item and do some basic work behind the scenes in Outlook. I would like to put this together in a setup.exe type program for delivery to my clients ... can this be done ? Also, I am having a devil of a time getting a startup or autoexec type function to add the menu item when Outlook starts ... Is this even possible? Wherever I add code (even in application.statup) it is ignored ??? many thanks all, jON |
#4
|
|||
|
|||
![]()
I'd review the information at http://www.outlookcode.com/article.aspx?id=28
to see what your options are for VBA code. For COM addin information start at http://www.outlookcode.com/article.aspx?ID=36 -- 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 "Jon Rowlan" wrote in message ... Sounds complicated ... is there a wrapper or helper to do this? I have no idea how to write COM ... I just know vba ... jON "Ken Slovak - [MVP - Outlook]" wrote in message ... Distributing VBA code is not a good idea and not very robust. The best practice is to use a COM addin and then you can add your UI in the OnStartupComplete or OnConnection event handlers. -- 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 "Jon Rowlan" wrote in message ... I am writing a VBA module to add a menu item and do some basic work behind the scenes in Outlook. I would like to put this together in a setup.exe type program for delivery to my clients ... can this be done ? Also, I am having a devil of a time getting a startup or autoexec type function to add the menu item when Outlook starts ... Is this even possible? Wherever I add code (even in application.statup) it is ignored ??? many thanks all, jON |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
AutoExec Macro for an .oft file? | Jack G | Outlook and VBA | 3 | June 30th 06 03:11 PM |
outlook startup | Peter Labelle | Outlook - General Queries | 1 | May 23rd 06 09:42 PM |
Does anyone know how to set up Outlook to begin at startup? | Jamie | Outlook - Installation | 4 | May 19th 06 01:45 PM |
Outlook 2003 startup | chemnut94707 | Outlook - Using Contacts | 1 | May 5th 06 11:13 PM |
Outlook Startup fails | Tomk | Outlook - Installation | 0 | March 3rd 06 03:41 PM |