Is it possible to use ADO in Excel to return a recordset?
I've got about 1000 rows for my data that will be plotted on a MSChart but I don't want to loop from row 1 to row 1000 to get all the values.
Can I use something like....
VB Code:
SELECT * FROM WorkSheetName Range A1 to A1000
