Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use excel driver to retrieve the data (not allowed to use excel object
libaray), the worksheet name seems cannot contain any space(ie. "worksheetname" but not "worksheet name") . Is this can be solved ? cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties='Excel 8.0;HDR=Yes;IMEX=1';Data Source=........" cn.CursorLocation = adUseClient sSQL = "select * from ['worksheetname$'A1:B10]" rs.Open sSQL, cn THANKS ALL~~~ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet problem | Excel Discussion (Misc queries) | |||
Worksheet problem | Excel Worksheet Functions | |||
Worksheet Problem | Excel Discussion (Misc queries) | |||
Worksheet Problem | Excel Worksheet Functions | |||
For Each Worksheet Problem | Excel Programming |