Hi all,
I would like export a spreadsheet in Access to a excel file. I used Office.Spreadsheet 11.0.
However, the following code only exports the spreadsheet into a xml file which is not I want!
ALL I want is xls file type instead of XML!
SpreadSht.Export strfilename, ssExportActionOpenInExcel, ssExportAsAppropriate
Please kindly help on this problem. Many thanks.