Access table data to Excel

前端 未结 5 1665
傲寒
傲寒 2020-12-18 13:07

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

5条回答
  •  不思量自难忘°
    2020-12-18 13:34

    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.

提交回复
热议问题