Hi all,
As the question states, Im trying to export the value of a listbox (which is populated from an sql statement). My current code is
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, what goes here??, "c:\File location\Export.xlsx"
As Im not exporting from a table but a...