G
Guest
I'm using the outputo command as the following procedure
DoCmd.OutputTo acSendForm, "G1_Data", "Microsoft Excel 97-2003(.xls)",
"C:\Allocsyt\Test.xls", False, , 0
This procedure creates a excel file but with the format microsoft Excel
5.0/95.
Question.
How can i use the procedure above and generating excel file with the format
Microsoft Excel 97-2003?
Thanks
DoCmd.OutputTo acSendForm, "G1_Data", "Microsoft Excel 97-2003(.xls)",
"C:\Allocsyt\Test.xls", False, , 0
This procedure creates a excel file but with the format microsoft Excel
5.0/95.
Question.
How can i use the procedure above and generating excel file with the format
Microsoft Excel 97-2003?
Thanks