Thanks Tom.
I've passed that on to the client and will let you know the response.
--
Bob Darlington
Brisbane
"Tom van Stiphout" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Wed, 23 Feb 2011 08:33:33 +1000, "Bob Darlington"
> <(E-Mail Removed)> wrote:
>
> I think this code would only fail if Outlook was not installed
> (correctly). Have the user run the repair process.
>
> -Tom.
> Microsoft Access MVP
>
>
>>I have a client who has installed my Access 2002 application using Wise
>>with
>>SageKey script installation disk onto a Windows 7 64 bit PC.
>>When she tries to open Outlook 2010 (32 bit) from within Access, an Error
>>429 - 'ActiveX Component can't create object' is generated.
>>The error is triggered from the following code:
>>Set objOutlook = GetObject(, "Outlook.Application")
>>or
>>Set objOutlook = CreateObject("Outlook.Application")
>>The same code works fine on other workstations at the same site using the
>>same install disc and Windows XP 32 bit.
>>I use late binding so there should be no references problem.
>>Any ideas?
|