Locopete99
Registered User.
- Local time
- Today, 06:07
- Joined
- Jul 11, 2016
- Messages
- 163
Hi all,
I'm running a simple Transferspreadsheet code to export data to Excel.
Is there anyway to only export the data and not the field names?
I'm running a simple Transferspreadsheet code to export data to Excel.
Is there anyway to only export the data and not the field names?
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "Qry_YTDCFY", "F:\NP Report DB.xlsm", "YTDCFY"