StuckInTheMiddle
Programmer
I'm using Excel 2000 and VBA with ADO.
I have a ADO recordset that i would like to insert into a range on a specific worksheet.
This worksheet is referenced elsewhere by formulas on another worksheet. I want to paste my recordsets values into my worksheet and have the formulas automatically change to accomodate the changing number of records I may have on each refresh.
I know i can create a new row, and insert my values 1 cell at a time for each record, but this seems extremely slow and tedious.
I would like know if there is some way add/paste my entire 500 rows from my recordset into a range directly and have my formulaes change automatically to accomadate my new number of rows.
Am i just chasing a pipe dream here or is this possible using VBA?
Thanks,
A.
(The more ASP.NET I do, the more Javascript I find myself using)