Message 1 of 4

Not applicable
09-05-2013
10:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am receiving the following message when trying a run a VBA macro in Inventor 2014.
Run-time error '3706':
Provider cannot be found. It may not be properly installed.
It occurs at this line of code:
'Open connection With oCN .Provider = "Microsoft.ACE.OLEDB.12.0" .ConnectionString = sConnection .Open End With
I have a reference to the Microsoft ActiveX Data Objects 2.8 Library. I believe that the problem is related to the reference because this macro worked fine in 2011.
I am running Windows 7 64 bit and MS Office 32 bit. I have installed the Microsoft Access Database Engine 2010 Redistributable exe. I have tried changing the reference to 2.7 and 6.0 but I still get the error.
Any ideas on how to fix this?
Solved! Go to Solution.