shabbaranks
Registered User.
- Local time
- Today, 04:38
- Joined
- Oct 17, 2011
- Messages
- 300
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
As Im not exporting from a table but a listbox.
Thanks
As the question states, Im trying to export the value of a listbox (which is populated from an sql statement). My current code is
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, [B][U]what goes here??,[/U][/B] "c:\File location\Export.xlsx"
As Im not exporting from a table but a listbox.
Thanks