View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew_blue Andrew_blue is offline
external usenet poster
 
Posts: 1
Default Copy Recordset into array?

I have been pulling recordsets out of Access tables using the DAO mode
and pasting them into workbooks using the CopyFromRecordset method.

I would like to load the recordset right into an array, bu
CopyFromRecordset method requires a range object.

Can anyone suggest another method that can be used to drop a recordse
into an array

--
Message posted from http://www.ExcelForum.com