OK. Part 1 is the import from the table into Excel. This page shows a
god method:
www.exceltip.com/.../Import_data_fr
om_Access_to_Excel_(ADO)_using_VBA_in_Microsoft_Excel/427.html
The second is moving it to another sheet in the same workbook. The easy
way is simply to copy the worksheet. Try this code:
Sheets("Sheet1").Copy Before:=Sheets(2)