M
Mark
Using CopyFromRecordset, my VB code copies data to "Sheet2" of a
spreadsheet.
"Sheet3" contains formula's that utilize the data in "Sheet2".
The number of records in "Sheet2" vary (one time there may be 100 and
the next time there may be 200).
The cells on "Sheet3, row 2" contain the formulas corresponding to
"Sheet2, row 2".
How can I get VB to copy the "Sheet3's" formula's down from row 2 to
the last row corresponding to the block of data in "Sheet2"?
Thanks for any suggestions.
Mark
spreadsheet.
"Sheet3" contains formula's that utilize the data in "Sheet2".
The number of records in "Sheet2" vary (one time there may be 100 and
the next time there may be 200).
The cells on "Sheet3, row 2" contain the formulas corresponding to
"Sheet2, row 2".
How can I get VB to copy the "Sheet3's" formula's down from row 2 to
the last row corresponding to the block of data in "Sheet2"?
Thanks for any suggestions.
Mark