R
rweide
I am using copyFromRecordset to load recordsets to the spreadsheet. How do I
continue to load and append the recordsets from a second SQL query to the
same spreadsheet?
I have codes like the following:
SS1.ActiveSheet.Cells.copyFromRecordset adoRs
SS1.ActiveSheet.Range("A2").Select
SS1.ActiveWindow.FreezePanes = True
continue to load and append the recordsets from a second SQL query to the
same spreadsheet?
I have codes like the following:
SS1.ActiveSheet.Cells.copyFromRecordset adoRs
SS1.ActiveSheet.Range("A2").Select
SS1.ActiveWindow.FreezePanes = True