How to open outlook from a COM addin when outlook is not already open??
Last edited by adhavanv; Aug 8th, 2005 at 07:43 AM.
I can show you to do this through late binding... Needs reference to "Microsft Outlook x.0 Object Library" VB Code: Dim objout As Object Set objOut = CreateObject("Outlook.Application") Set objOut = Nothing
Dim objout As Object Set objOut = CreateObject("Outlook.Application") Set objOut = Nothing
Last edited by dannymking; Aug 5th, 2005 at 10:39 AM.
Danny Never Think Impossible If you find my answer helpful then please add to my reputation
Forum Rules