Hello helpful peeps!
Here is what I have:
Workbook1 = Consolidation
Sheet1 = Annuity
Sheet2 = Annuity Adj (will be hidden)
Workbook2 = Variable Name
Sheet1 = Remit (Variable rows)
Sheet2 = Adjust (Variable rows)
I have current code that sets up the Annuity and Annuity Adj worksheets in the Consolidation Workbook. The Remit and Adjust sheets in the Variable Named Workbook will also have variable data. What I need, is code to copy ONLY subtotals ($) from column G in the Remit worksheet and paste in the Annuity worksheet starting at cell B3. I also need the code to copy column A (from A2) and column G ($ from G2) from the Adjust sheet to the Annuity Adj sheet starting at A2. From there it will do some calculations on its own.
From here I have some others copying that I will need to do, but this is the starting point. That I am stuck on. Hopefully, I will be able to figure out the rest of the copying from this code. Thanks for all your help!
Here is what I have:
Workbook1 = Consolidation
Sheet1 = Annuity
Sheet2 = Annuity Adj (will be hidden)
Workbook2 = Variable Name
Sheet1 = Remit (Variable rows)
Sheet2 = Adjust (Variable rows)
I have current code that sets up the Annuity and Annuity Adj worksheets in the Consolidation Workbook. The Remit and Adjust sheets in the Variable Named Workbook will also have variable data. What I need, is code to copy ONLY subtotals ($) from column G in the Remit worksheet and paste in the Annuity worksheet starting at cell B3. I also need the code to copy column A (from A2) and column G ($ from G2) from the Adjust sheet to the Annuity Adj sheet starting at A2. From there it will do some calculations on its own.
From here I have some others copying that I will need to do, but this is the starting point. That I am stuck on. Hopefully, I will be able to figure out the rest of the copying from this code. Thanks for all your help!