Unusual Extract Requirements

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top