Application_StartUp doesn't run with CreateObject("Outlook.Application")

G

Gabi Fruhner

Hi NG,

why does Application_StartUp event not run if I create OL Object with
CreateObject (no other OL instance is running) in an external App.
If this is by design is there another way to initialize OL VBA in
combination with CreateObject or have I to start OL with
Shell("...\Outlook.exe", vbHide)

Thanks

Gabi
 
A

Andrew Lockwood

I have a very similar problem. And I have tried using ShellExecute ...
(I am programming in Delphi rather than VB), but it STILL does not work.

If I find the answer, I will post it - if you find it, can you do the
same please.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Top