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

  • Thread starter Thread starter Gabi Fruhner
  • Start date Start date
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
 
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.
 
Back
Top