E
EagleOne@microsoftdiscussiongroups
2003
Getting an error on the last arguement in the following command:
DoCmd.OutputTo acOutputTable, "CHR_ALL_TBL",
"Excel97-Excel2003Workbook(*.xls)", "CHR_ALL_TBL.xls", False, "", 0,
acExportQualityPrint
I get a variable not found re: acExportQualityPrint.
The line of code was Converted VBA from my Home system. The code worked
fine at home. But not at work. What library do I need to reference? Or
different issue?
Any thoughts helpfull!!
EagleOne
Getting an error on the last arguement in the following command:
DoCmd.OutputTo acOutputTable, "CHR_ALL_TBL",
"Excel97-Excel2003Workbook(*.xls)", "CHR_ALL_TBL.xls", False, "", 0,
acExportQualityPrint
I get a variable not found re: acExportQualityPrint.
The line of code was Converted VBA from my Home system. The code worked
fine at home. But not at work. What library do I need to reference? Or
different issue?
Any thoughts helpfull!!
EagleOne