Is it possible to create an Excel file in Access using VBA that has multiple tabs. I have code where I can pass in a recordset and it will create an Excel file with it, but it can only put data onto the first tab. I would like to be able to take my recordset and break out each month of data onto a different tab (so there would be as many tabs as there are months of data).
|