J
Jim D.
My Access 2000 runtime based application automatically outputs reports to Excel format using this code
DoCmd.OutputTo acOutputReport, , acFormatXLS, myfile.xl
The spreadsheet file that is saved is Excel 5.0/95 version. Is there a way to have this be Excel 97/2000 version
I have tried modifying this registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Access\Report Formats\Microsoft Excel to have the same Data as the report format for Excel 97/2000, the OutputTo command fails and the error says, "The formats that enable you to output data as Microsoft Excel are missing from the Windows Registry". Is there another registry entry that I must change
Thanks in advance for the help.
DoCmd.OutputTo acOutputReport, , acFormatXLS, myfile.xl
The spreadsheet file that is saved is Excel 5.0/95 version. Is there a way to have this be Excel 97/2000 version
I have tried modifying this registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Access\Report Formats\Microsoft Excel to have the same Data as the report format for Excel 97/2000, the OutputTo command fails and the error says, "The formats that enable you to output data as Microsoft Excel are missing from the Windows Registry". Is there another registry entry that I must change
Thanks in advance for the help.