Hi,
This is my current issue.
In the application i get an excel file,then i need to read all the values in that excel sheet.
This i accomplished by using :
it wrks fine...but...
Now I need to read another excel sheet which has many values.But I dont need all those values.What i need is only the value from 1 CELL.
So can any one tell me if there is a way to read only 1 cell value by using a similar code mentioned above(i.e using a 'Select' query )
I tried this but doesnot work:
Plzzzz Help !!!!!!!!!
Cheers
GKG
This is my current issue.
In the application i get an excel file,then i need to read all the values in that excel sheet.
This i accomplished by using :
Dim objCmdSelectStore As New OleDbCommand("SELECT * FROM [StoreDetails$]", objconn)
it wrks fine...but...
Now I need to read another excel sheet which has many values.But I dont need all those values.What i need is only the value from 1 CELL.
So can any one tell me if there is a way to read only 1 cell value by using a similar code mentioned above(i.e using a 'Select' query )
I tried this but doesnot work:
Dim VarCmd As New OleDbCommand("Select CellName from [Variable$]", objconn)
Plzzzz Help !!!!!!!!!
Cheers
GKG