Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am using ADO to query the contents of an excel spreadsheet, and I have worksheet called WS_1 and there is a number of columns in the spreadsheet. I want to be able to sort on the product column and I am getting an error message saying Too few parameters, Expected 1. This is how I am connecting to the spreadsheet 'Set the connection string strConn = "DRIVER=Microsoft Excel Driver (*.xls);DriverId=790;ReadOnly=True;" & "DBQ=" & strFile 'Open the recordset .Open strSql, strConn And this is the select statement I am passing into the spreadsheet SELECT * FROM [WS_1$] ORDER BY Product If I use SELECT * FROM [WS_1$] then it doesn't give any errors, but as soon as I add the order by clause then it gives me errors. I am using Excel 2000 SP3. Any help would be appreciated. Thanks. JD |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert ms works spreadsheet to excel spreadsheet on pda | Excel Discussion (Misc queries) | |||
conversion of MS Works Spreadsheet to Excel 2002 Spreadsheet | Excel Discussion (Misc queries) | |||
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? | Excel Discussion (Misc queries) | |||
Macro to save excel XP spreadsheet to excel 97 spreadsheet format | Excel Programming | |||
How to open another Excel spreadsheet to copy data into current spreadsheet ? | Excel Programming |