Send Object - Format Problem

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top