Hello,
I use the following command line to export a form (a split form) to an excel file.
DoCmd.OutputTo acOutputForm, strFormname, acFormatXLSX, strLocal
Everything fine but the column headers on the excel file show the field name but I would like them to show the datasheetview label of...