Hello,
I have a problem with retrieving the excel-sheetnames in a file.
I use the following code to get these names and this works fine:
Dim schemaTable As DataTable = conExcel.GetOleDbSchemaTable(Data.OleDb.OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"})
But my problem is that I get the names in alphabetical order and I want them in the order of the file.
Thanks in advance...
Elsje
I have a problem with retrieving the excel-sheetnames in a file.
I use the following code to get these names and this works fine:
Dim schemaTable As DataTable = conExcel.GetOleDbSchemaTable(Data.OleDb.OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"})
But my problem is that I get the names in alphabetical order and I want them in the order of the file.
Thanks in advance...
Elsje