B
Bob Darlington
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?
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?