I am using a function to export data from an Access query in the form of an ADO recordset to an Excel spreadsheet. That is working fine, but I can't see anything in the Excel object model where I can reference the worksheet header in vba code. After the export is completed I'm having to go into the spreadsheet and modify the header text. I want to automate the process where I don't have to do this - it's rather clunky for the user. Thanks