This is the code I use to sent a report to excel,
and I want to add date and time to the sheet .
DoCmd.OutputTo acReport, "standnew", "MicrosoftExcelBiff8(*.xls)", "C:\documents and settings\Acessdata\My documents\standnew", False, "", 0
I have also tried some other code in access 2003 none...