Hi,
I'm trying to do a series of data extraction from all the sheets(Sheets A to Z) in a workbook and put the results into the first worksheet(sheet 1) of this workbook.
I've nested a sub within a sub. The first sub does all the extraction and the nested sub does the pasting into various cells in the first sheet(Sheet1).
How do I pass the macro back to the worksheets(Shee tsA and then B etc) that it is working on after the nested sub finishes pasting the data into sheet1?
Thanks ever so much!!!
linda
I'm trying to do a series of data extraction from all the sheets(Sheets A to Z) in a workbook and put the results into the first worksheet(sheet 1) of this workbook.
I've nested a sub within a sub. The first sub does all the extraction and the nested sub does the pasting into various cells in the first sheet(Sheet1).
How do I pass the macro back to the worksheets(Shee tsA and then B etc) that it is working on after the nested sub finishes pasting the data into sheet1?
Thanks ever so much!!!
linda
Comment