T
Tom Ventouris
I am using SendObject send a table in Excel. I am running Office 2007 and my
code works. One of my users is getting the following message:
"The format in which you are attempting to output the current object is not
available."
Here's my code:
DoCmd.SendObject acTable, "tbl_DataTransfer",
"Excel97-Excel2003Workbook(*.xls)", "", "", "", "Data", "", True, ""
The application is in A2003.
Any suggestions appreciated.
code works. One of my users is getting the following message:
"The format in which you are attempting to output the current object is not
available."
Here's my code:
DoCmd.SendObject acTable, "tbl_DataTransfer",
"Excel97-Excel2003Workbook(*.xls)", "", "", "", "Data", "", True, ""
The application is in A2003.
Any suggestions appreciated.