hi guys,
I need a reference of already running outlook.exe in task manager, i tried with GetObject("", "Outlook.Application") it always creates a new instance,is their any other method available to do this let me know.
Thanks in advance
Printable View
hi guys,
I need a reference of already running outlook.exe in task manager, i tried with GetObject("", "Outlook.Application") it always creates a new instance,is their any other method available to do this let me know.
Thanks in advance
I just tried this code and it gets the instance of the existing running outlook.Code:Dim OutlookApp As Object
Set OutlookApp = GetObject(, "Outlook.Application")