Thread: Open Outlook
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Open Outlook

Jeff,
You can have multiple instances of Outlook, so why not just create your own,
non-visible instance and quit it when finished.
Dim MyOutlook as Outlook.Application
Set MyOutlook=New Outlook.Application

NickHK


"JEFF" wrote in message
...
Hi All,

I just want to ensure that Outlook is open before I do other things. I
tried a .bat file with the command below, but no luck. Can anyone tell

me
why, or offer a VBA script to do the same?

TIA!


CALL C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe