A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Msg Processing in OL2003



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 8th 06, 12:09 AM posted to microsoft.public.outlook.program_vba
gamename
external usenet poster
 
Posts: 12
Default Msg Processing in OL2003

Hi,

I have a set of routines that replace the rules in outlook. For some
reason, when I first start OL, the code will not work until the
following is done:

1) open Tools-Macro-Visual Basic Editor

2) Place my cursor on "Applicaton_Startup()" in the source file

3) Do Run-Run Sub/UserForm

After that, message processing works fine until the next OL restart.

Is there any way to have the code automatically load when OL starts?

TIA,
-T

Ads
  #2  
Old July 10th 06, 09:34 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Msg Processing in OL2003

How does a UserForm come into play here?

For code that always needs to run when Outlook starts it's usually best to
develop it as a COM Add-In.

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"gamename" wrote:

Hi,

I have a set of routines that replace the rules in outlook. For some
reason, when I first start OL, the code will not work until the
following is done:

1) open Tools-Macro-Visual Basic Editor

2) Place my cursor on "Applicaton_Startup()" in the source file

3) Do Run-Run Sub/UserForm

After that, message processing works fine until the next OL restart.

Is there any way to have the code automatically load when OL starts?

TIA,
-T


  #3  
Old July 24th 06, 06:22 PM posted to microsoft.public.outlook.program_vba
gamename
external usenet poster
 
Posts: 12
Default Msg Processing in OL2003


Eric wrote:
How does a UserForm come into play here?

For code that always needs to run when Outlook starts it's usually best to
develop it as a COM Add-In.


OK. Can you point me to the docs for doing that?

TIA,
-T

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"gamename" wrote:

Hi,

I have a set of routines that replace the rules in outlook. For some
reason, when I first start OL, the code will not work until the
following is done:

1) open Tools-Macro-Visual Basic Editor

2) Place my cursor on "Applicaton_Startup()" in the source file

3) Do Run-Run Sub/UserForm

After that, message processing works fine until the next OL restart.

Is there any way to have the code automatically load when OL starts?

TIA,
-T



  #4  
Old July 25th 06, 05:07 AM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Msg Processing in OL2003

All the info you need to get started is nicely accumulated he

Developing COM Add-ins for Microsoft Outlook:
http://www.outlookcode.com/d/comaddins.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/


"gamename" wrote:


Eric wrote:
How does a UserForm come into play here?

For code that always needs to run when Outlook starts it's usually best to
develop it as a COM Add-In.


OK. Can you point me to the docs for doing that?

TIA,
-T

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"gamename" wrote:

Hi,

I have a set of routines that replace the rules in outlook. For some
reason, when I first start OL, the code will not work until the
following is done:

1) open Tools-Macro-Visual Basic Editor

2) Place my cursor on "Applicaton_Startup()" in the source file

3) Do Run-Run Sub/UserForm

After that, message processing works fine until the next OL restart.

Is there any way to have the code automatically load when OL starts?

TIA,
-T




  #5  
Old August 1st 06, 11:42 PM posted to microsoft.public.outlook.program_vba
gamename
external usenet poster
 
Posts: 12
Default Msg Processing in OL2003

Thanks Eric!
-T

Eric wrote:
All the info you need to get started is nicely accumulated he

Developing COM Add-ins for Microsoft Outlook:
http://www.outlookcode.com/d/comaddins.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/


"gamename" wrote:


Eric wrote:
How does a UserForm come into play here?

For code that always needs to run when Outlook starts it's usually best to
develop it as a COM Add-In.


OK. Can you point me to the docs for doing that?

TIA,
-T

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"gamename" wrote:

Hi,

I have a set of routines that replace the rules in outlook. For some
reason, when I first start OL, the code will not work until the
following is done:

1) open Tools-Macro-Visual Basic Editor

2) Place my cursor on "Applicaton_Startup()" in the source file

3) Do Run-Run Sub/UserForm

After that, message processing works fine until the next OL restart.

Is there any way to have the code automatically load when OL starts?

TIA,
-T





 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Have you ever heard of E-Commerce Processing Systems? in London djefferycody Outlook - General Queries 1 May 24th 06 09:25 PM
receiving email never finishes processing Regina Outlook - General Queries 0 May 24th 06 01:45 PM
task receipts not processing witzend Outlook - General Queries 0 April 13th 06 11:49 PM
Processing nested rules in Outlook 2003 [email protected] Outlook - General Queries 0 April 12th 06 02:24 PM
Processing votes for tracking crm Outlook - General Queries 1 February 24th 06 04:54 PM


All times are GMT +1. The time now is 05:21 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.