- Joined
- Dec 23, 2005
- Messages
- 1
- Reaction score
- 0
I am using the SendObject method to send an access report as an excel file via email. This works fine but when the spreadsheet is opened the columns are greatly expanded and the rows are not of equal height.
DoCmd.SendObject acSendReport, "rptparks", acSpreadsheetTypeExcel5, "(e-mail address removed)", , , "Current Park List", , False
Does anyone know how to include code for an excell macro in the access code that will correctly format the spreadsheet?
DoCmd.SendObject acSendReport, "rptparks", acSpreadsheetTypeExcel5, "(e-mail address removed)", , , "Current Park List", , False
Does anyone know how to include code for an excell macro in the access code that will correctly format the spreadsheet?