F
Floyd Shadwick
Is there any way to choose the version of excel on a report export?
Currently we are using Office 2007 on a 2003 server in terminal services.
The following code generates an Excel 5.0/95 format.
DoCmd.SendObject ObjectType:=acSendReport, ObjectName:=sReportName,
OutputFormat:=acFormatXLS, TO:=sRecip, cc:=sCC, Subject:=E_SUBJECT,
MessageText:=sMsg, EditMessage:=False
We would prefer Excel 2000.
Does anyone know of any way to do this?
Thanks in advance.
Currently we are using Office 2007 on a 2003 server in terminal services.
The following code generates an Excel 5.0/95 format.
DoCmd.SendObject ObjectType:=acSendReport, ObjectName:=sReportName,
OutputFormat:=acFormatXLS, TO:=sRecip, cc:=sCC, Subject:=E_SUBJECT,
MessageText:=sMsg, EditMessage:=False
We would prefer Excel 2000.
Does anyone know of any way to do this?
Thanks in advance.