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