B
Bill Sturdevant
I need to export data to an Excel spreadsheet with column
headers. I am using "DoCmd.OutputTo" successfully and
getting the column headers.
BUT, I now have an unusual requirement. I need to export
records and headers as follows in order to product an
Excel spreadsheet to send to another company:
Row 1: Text data in certain cells
Row 2: Blank
Row 3: Column Headers
Row 4: Text data in certain cells
Row 5 and subsequent rows: the data being extracted.
What is the best way to accomplish this?
headers. I am using "DoCmd.OutputTo" successfully and
getting the column headers.
BUT, I now have an unusual requirement. I need to export
records and headers as follows in order to product an
Excel spreadsheet to send to another company:
Row 1: Text data in certain cells
Row 2: Blank
Row 3: Column Headers
Row 4: Text data in certain cells
Row 5 and subsequent rows: the data being extracted.
What is the best way to accomplish this?