View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Heavey Jim Heavey is offline
external usenet poster
 
Posts: 15
Default Record Set To Sheet

I am wondering the easy way to take data retrieved from a database, which is
now sitting in a record set, and place that data into the sheet. Do I need
to itterate through the record set and navigate cell by cell of my sheet, or
is there a quicker way to get all the data loaded into a specific area of my
sheet

Thanks in advance for your assistance!!