Stephen_James
New Member
- Joined
- Dec 22, 2014
- Messages
- 4
I recently upgraded my computer to a 64 bit computer, however, Excel (2010) on my computer is 32 bit. I have the following ADO connection that worked fine on my old computer, but now gives me a 3706 run time error:
conStr = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source='" & strDir1 & "';" & _
"Extended Properties=""Excel 12.0;HDR=YES;IMEX=1;"";"
I have the reference to MS ActiveX Data Objects 6.1 library checked, so that is not the issue.
Does anybody know how to fix this? I tried Google for over an hour and couldn't find a specific fix. I believe it is due to the conflict between my 64 bit OS and my 32 bit Office Application, but that is just a hunch.
conStr = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source='" & strDir1 & "';" & _
"Extended Properties=""Excel 12.0;HDR=YES;IMEX=1;"";"
I have the reference to MS ActiveX Data Objects 6.1 library checked, so that is not the issue.
Does anybody know how to fix this? I tried Google for over an hour and couldn't find a specific fix. I believe it is due to the conflict between my 64 bit OS and my 32 bit Office Application, but that is just a hunch.