EXCEL creating from Access
I use following for creating an EXCEL from Access and it works well and generate an .xls.I would like to generate an XLSX type it does not work when I change to .xlsx
Any suggestion ?
Thanks in advance.
s1 = "c:\omo\" & Mappe & "\" & Project01 & "-" & Date & ".xls"
DoCmd.OutputTo acOutputTable, Project01, acSpreadsheetTypeExcel12, s1, False
Best regards OMO