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.
 

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

Back
Top