Hi is anyone familiar with ADODB.Conenction? Is it possinble for it to read the headers from Row 2? I have static data on row 1 which will never change and my actual column headers are on row 2
the code I start with is
the code I start with is
Code:
Set objConn = CreateObject("ADODB.Connection")
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source= E:\Files\;" & _
"Extended Properties=""text;HDR=Yes;FMT=Delimited