![]() |
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 have written a macro to run a .pps file and would like to know If & How I
can configure Outlook 2003 to automatically run the macro at startup. |
Ads |
#2
|
|||
|
|||
![]() Iin Outlook use the Application_Startup event for that. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool: : http://www.vboffice.net/product.html?pub=6&lang=en Am Wed, 21 May 2008 21:18:00 -0700 schrieb middoabs: I have written a macro to run a .pps file and would like to know If & How I can configure Outlook 2003 to automatically run the macro at startup. |
#3
|
|||
|
|||
![]()
Thank you Michael, but i'm pretty new at this & not sure how to do that.
Could you please elaborate. Regards.....Peter(middoabs) "Michael Bauer [MVP - Outlook]" wrote: Iin Outlook use the Application_Startup event for that. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool: : http://www.vboffice.net/product.html?pub=6&lang=en Am Wed, 21 May 2008 21:18:00 -0700 schrieb middoabs: I have written a macro to run a .pps file and would like to know If & How I can configure Outlook 2003 to automatically run the macro at startup. |
#4
|
|||
|
|||
![]() Open the Outlook VBA editor (alt+f11), the n the modul "ThisOutlookSession" and paste this: Private Sub Application_Startup() End Sub That will be executed on startup if macros are enabled (Tools/Macros/Security). -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool: : http://www.vboffice.net/product.html?pub=6&lang=en Am Wed, 21 May 2008 23:28:09 -0700 schrieb middoabs: Thank you Michael, but i'm pretty new at this & not sure how to do that. Could you please elaborate. Regards.....Peter(middoabs) "Michael Bauer [MVP - Outlook]" wrote: Iin Outlook use the Application_Startup event for that. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool: : http://www.vboffice.net/product.html?pub=6&lang=en Am Wed, 21 May 2008 21:18:00 -0700 schrieb middoabs: I have written a macro to run a .pps file and would like to know If & How I can configure Outlook 2003 to automatically run the macro at startup. |
#5
|
|||
|
|||
![]()
Thanks Michael, it works a treat.
Regards....middoabs "Michael Bauer [MVP - Outlook]" wrote: Open the Outlook VBA editor (alt+f11), the n the modul "ThisOutlookSession" and paste this: Private Sub Application_Startup() End Sub That will be executed on startup if macros are enabled (Tools/Macros/Security). -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool: : http://www.vboffice.net/product.html?pub=6&lang=en Am Wed, 21 May 2008 23:28:09 -0700 schrieb middoabs: Thank you Michael, but i'm pretty new at this & not sure how to do that. Could you please elaborate. Regards.....Peter(middoabs) "Michael Bauer [MVP - Outlook]" wrote: Iin Outlook use the Application_Startup event for that. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool: : http://www.vboffice.net/product.html?pub=6&lang=en Am Wed, 21 May 2008 21:18:00 -0700 schrieb middoabs: I have written a macro to run a .pps file and would like to know If & How I can configure Outlook 2003 to automatically run the macro at startup. |
#6
|
|||
|
|||
![]() Quote:
I currently have my macro which runs a search in Module 1 under Project 1 in VB editor. Where do I put the startup code? Do I include my existing code in it too or leave it where it is? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Opening a specific Custom form with a macro | DawnTreader | Outlook - Using Forms | 6 | July 22nd 09 02:32 PM |
Does anyone have a macro to auto advance a category group forward | goldcoaster | Outlook - Calandaring | 0 | September 26th 07 07:38 PM |
Need Outlook Macro To Auto-Forward New Messages | snowmangoh | Outlook and VBA | 3 | September 11th 07 07:34 PM |
** Macro to auto-increment a cell using arrow keys? | Jack | Outlook and VBA | 1 | September 28th 06 07:19 AM |
script/macro to send auto reply to sender | ah | Outlook and VBA | 6 | June 22nd 06 05:21 PM |