How to export particular column values which does not have header to datagrid
...
dta = New OleDbDataAdapter("Select * from [linexcel$])
...
How can I specify the column(column B and D) instead of '*'. It does not have constant header.
...
How to export particular column values which does not have header to datagrid
...
dta = New OleDbDataAdapter("Select * from [linexcel$])
...
How can I specify the column(column B and D) instead of '*'. It does not have constant header.
...