View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
B[_3_] B[_3_] is offline
external usenet poster
 
Posts: 6
Default Help! Excel multiple worksheet populate from recordset

Using Access2000, the sample code below is what I have been modifying and
working on since the past week and I could not get it to work properly.

What I wanted to accomplish:
1) read from a recordset and export to Excel
2) Excel is populated based from an ID (may possible be one or multiple) and
renames the worksheet based from the ID
3) the code also format the fields

The sample database may be downloaded at:
http://www.geocities.com/mgtulips/sample_db.mdb

TIA!
Bob