Msg Processing in OL2003

G

gamename

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
 
G

Guest

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.
 
G

gamename

Eric said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top