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 seem to work this is the only one who worked for me any excplanation
What is the meaning of the command microsoftexcelBiff8 .
Regards
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 seem to work this is the only one who worked for me any excplanation
What is the meaning of the command microsoftexcelBiff8 .
Regards