connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & fileName & ";Extended Properties=""Excel 8.0;IMEX=1;HDR=YES;"""
SELECT [Invoice No#] AS [Invoice No.], [Field2], [Field3] FROM [Sheet1$]
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)