tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
With regard to ADO, to guarantee it to work for all versions of Excel, late binding is used.
However as for the following code, would it work for all versions of Excel? From my knowledge, there was something called Microsoft.Jet.
So if the above does NOT work for all versions, what can be done?
Thanks
However as for the following code, would it work for all versions of Excel? From my knowledge, there was something called Microsoft.Jet.
Code:
strcon = "Provider = Microsoft.ACE.OLEDB.12.0;" & _
"Data Source=C:\MyData\;" & _
"HDR=Yes;" & _
"FMT=Delimited"""
So if the above does NOT work for all versions, what can be done?
Thanks