Estou usando as linhas de código abaixo para exportar uma tabela de acesso que armazena aproximadamente 7.000 linhas no Excel 2013, mas continuo recebendo um erro. O que preciso fazer para resolver esse erro para exportar minha tabela para o Excel?
outputFileName = "C:\Users\user123\Documents\Database_" & Format(Date, "yyyyMMdd") & ".xlsx"
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12Xml, "ALL_Table", outputFileName, True
E este é o erro que é lançado
because the file format or file extensions is not valid. Verify that the file has not been corrupted and that the file extension matches the format of this file.