R
RobcPettit
Hi Im using a dynamic array to take data from one workbook and to then
paste to another workbook. Its 6 collomns by 900 rows. What I need to
do is paste this data across 8 workbooks, removing the the last 100
rows each time, eg, wb1 900, wb2 800, wbk3 700, etc. Is there a way of
resing my array each time removing 100 rows, if not then pasting only a
certain number of rows from my array. I know I could just sellect the
required number of cells in the original wb each time but an array is
so much faster
Regards Robert
paste to another workbook. Its 6 collomns by 900 rows. What I need to
do is paste this data across 8 workbooks, removing the the last 100
rows each time, eg, wb1 900, wb2 800, wbk3 700, etc. Is there a way of
resing my array each time removing 100 rows, if not then pasting only a
certain number of rows from my array. I know I could just sellect the
required number of cells in the original wb each time but an array is
so much faster
Regards Robert