Because you are attempting dimension an existing object variable as an
outlook application and then trying to assign a new instance of an outlook
application to the same variable. Use this:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Dim objOUApp As New Outlook.Application
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
> I'm following the code here
> http://support.microsoft.com/default.aspx?scid=kb;en-us;313788 but this
[quoted text clipped - 9 lines]
> Thanks,
> Brett
Brett - 08 Jan 2005 14:55 GMT
Yes - I'm doing that now but please take a look at my post:
Subject: Help with QueryInterface for interface 'Outlook._Application'
Date: 1/8/05 8:10 AM EST
Thanks,
Brett
> Because you are attempting dimension an existing object variable as an
> outlook application and then trying to assign a new instance of an outlook
[quoted text clipped - 16 lines]
>> Thanks,
>> Brett