View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Norie Norie is offline
external usenet poster
 
Posts: 82
Default Using an ADODB.Recordset in Excel 2007

If you want to create an array from the recordset use GetRows.

arrValues = rsData.GetRows