Hi, i am using the code below to export a Query to Excel ...
Dim sSQL as String
sSQL = "qry_CustomerDataIO_EncompassSiteTemplate"
DoCmd.TransferSpreadsheet acExport, , sSQL, exportFilePath, False
... the problem is that on just 1 particular PC (out of 12), the 1st column does not get populated...