Fill Spreadsheet with 2 separate SQL Queries
I am trying to load 2 separate SQL queries into one single spreadsheet with CopyFromRecordSet, but failed. The 2nd recordset doesn't seem to append to the first one on the spreadsheet.
Can I load 2 recordsets onto one spreadsheet? The 2 recordsets use the same columns. How do I append the 2nd recordset with CopyfromRecordset?
Thanks.
|