Thread
:
Using an ADODB.Recordset in Excel 2007
View Single Post
#
5
Posted to microsoft.public.excel.programming
Norie
external usenet poster
Posts: 82
Using an ADODB.Recordset in Excel 2007
If you want to create an array from the recordset use GetRows.
arrValues = rsData.GetRows
Reply With Quote
Norie
View Public Profile
Find all posts by Norie