I am using MS Access 2010.
I would like to create an Excel worksheet from an Access query and then afterwards have MS Access VBA open the worksheet and lock the first row of column headers and save. End users will ultimately send the file back with data for importing and I want to make sure they don't change the headers in the Excel file. I would like to use late binding to avoid having to use references, but if I have to early bind that is OK.
Thank you!
I would like to create an Excel worksheet from an Access query and then afterwards have MS Access VBA open the worksheet and lock the first row of column headers and save. End users will ultimately send the file back with data for importing and I want to make sure they don't change the headers in the Excel file. I would like to use late binding to avoid having to use references, but if I have to early bind that is OK.
Thank you!