I'm using the following to connect to an Excel spreadsheet from VB6.
Dim xlConn As Object
Set xlConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=k:\clad\form 102\31 plate\237C1003-31.xls;Extended Properties=""Excel 8.0;HDR=Yes;IMEX=1"""
When I RUN the code I get a TYPE MISMATCH error.
Thanks for any help!
-Mike P.
Dim xlConn As Object
Set xlConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=k:\clad\form 102\31 plate\237C1003-31.xls;Extended Properties=""Excel 8.0;HDR=Yes;IMEX=1"""
When I RUN the code I get a TYPE MISMATCH error.
Thanks for any help!
-Mike P.