I have a problem I have got stuck on.
I want to export my Access table to an Excel file. Currently, I do that using DoCmd.TransferSpreadsheet, but I wa
It might be easier to start with an Excel spreadsheet that is preconfigured with your formatting. It also might be easier to use VBA from within excel, and pull the data from Access (and format it) rather than push from Access. Excel VBA will be better prepared to do your Excel formatting for you. And one is about as easy as the other. If you're trying to do this with Macros alone, it's still probably easier with Excel macros than Access macros.