I wonder if anyone can point me in the right direction. I want to export an Access report grouped by 49 different categories with Page breaks at each category. The hard part is I want each Category to go to a different worksheet in the same Excel Workbook. The users want it in excel to work with and I have to cut and paste the info 49 times to get each category to be a separate worksheet. I think this can only be accomplished with code and possibly loop through each category in the recordset, then send it to excel, but I'm not that good with code. Thanks.