G
Guest
I want to send a query or table into Excel. I know I can
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9 - but I don't
really want to make a file - I would like it to open directly in Excel.
Then once it opens in Excel I want to format the cells and size the screen,
can I do this with the VBA code from Access?
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9 - but I don't
really want to make a file - I would like it to open directly in Excel.
Then once it opens in Excel I want to format the cells and size the screen,
can I do this with the VBA code from Access?