Can't open outlook from Access on Windows 7 64 bit PC

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

Bob Darlington

Thanks Tom.
I've passed that on to the client and will let you know the response.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top