SendObject to specify Excel version

G

GVR_Mike

It appears that there is only one OutputFormat to choose to send
export a table to Excel and send it via e-mail, acFormatXLS. This
seems to be sending the file as Excel 95 and is giving some of the
recipients problems. Is there a way to specify to send the file as
Excel 97 or 2003? Here is my code ("Daily Performance Statistics" is
the name of the table):

DoCmd.SendObject acSendTable, "Daily Performance Statistics",
acFormatXLS, "(e-mail address removed)", _
"(e-mail address removed)", , "Daily Numbers", "Auto-Generated", No
 
G

GVR_Mike

It appears that there is only one OutputFormat to choose to send
export a table to Excel and send it via e-mail, acFormatXLS. This
seems to be sending the file as Excel 95 and is giving some of the
recipients problems. Is there a way to specify to send the file as
Excel 97 or 2003? Here is my code ("Daily Performance Statistics" is
the name of the table):

DoCmd.SendObject acSendTable, "Daily Performance Statistics",
acFormatXLS, "(e-mail address removed)", _
"(e-mail address removed)", , "Daily Numbers", "Auto-Generated", No

By the way, I'm using Access 2000. Not sure if a newer version will
have more options or not.
 

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