Message 1 of 5
VBA Macro - OLE Database Connection Error (Office 2016 Update Issue)

Not applicable
02-10-2016
06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is a followup post to the following issue that was previously resolved.
I recently installed Office 2016 which caused my VBA macros to stop working. I am receiving the same provider cannot be found error as before.
Run-time error '3706':
Provider cannot be found. It may not be properly installed.
'Open connection With oCN .Provider = "Microsoft.ACE.OLEDB.12.0" .ConnectionString = sConnection .Open End With
After some research I changed the provider version from 12.0 to 15.0. This didn't correct the error. I then passively reinstalled the AccessDatabaseEngine.exe solution. This also didn't correct the error.
Any ideas on how to fix this?