Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening Access file from Excel in Office 64bit

Status
Not open for further replies.

dtutton

Technical User
Mar 28, 2001
58
0
0
DE
I have been using a spreadsheet with vba to read from access database in all versions from Office 97 to 2013 and it worked on a 32Bit 2013 office deployment (on 64bit machine).

Same routine on Office 2013 64bit fails.

Fails on command: Set DB1 = OpenDatabase(mymdb, False, False)
Run-time error is 429 ActiveX component cant create object
Im referencing DAO 3.6 object library and Office 15.0 Object library

Any ideas where I can get to a version that runs on 32 and 64 bit office deployments.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top