Error 429 on opening Outlook 2007 with Access 2003 -
03-10-2011
, 12:27 PM
The following code runs fine from my computer, which is running
Windows XP, Access 2003, Office 2007, . There is no reference set to
Outlook. Other references are set for VB for Application, Access
11.0 , DAO 3.6, OLE Automation, and VB for Applications
Extensibility.
Dim objOutlook As Object
Set objOutlook = CreateObject("Outlook.Application")
When I try to run the same code on a computer running Windows 7,
Access 2003,Office 2007 I get error 429.
Thanks for your suggestions. |