Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loop through the recordset

Status
Not open for further replies.

sabavno

Programmer
Jul 25, 2002
381
CA
Hi

I need to loop through the listbox, put aside some of the rows (records), and then send them all to the excel spreadsheet.

Can anyone suggest the code?

Thanks.
 
Your post tends to suggest that the the rows of the listbox are derived from records in a table/recordset. Therefore, why not loop through the records in the recordset rather than the rows in the listbox? Have fun! :eek:)

Alex Middleton
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top