autoexec or startup with Outlook

J

Jon Rowlan

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
 
K

Ken Slovak - [MVP - Outlook]

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

Jon Rowlan

Sounds complicated ... is there a wrapper or helper to do this?

I have no idea how to write COM ... I just know vba ...

jON
 

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