Greetings
I've previously posted this on another forum, but I hope someone here may have a fresh perspective;
This is my FINAL obstacle to overcome before I can put this project to bed.
Using this code;
I need to loop these 2 sections 12 times, each loop will advance one ROW from row 3 to row 15
The result after Next i is;
=SUM(Alpha!$B$3)+(Bravo!$B$3)+(Delta!$B$3)+(Echo!$B$3)+(Fox!$B$3)+(Golf!$B$3)
Base on the names Alpha to Golf listed in COlumn C of Master Edit sheet.
Now I somehow need to the !$B$3 to become !$B$4 and .Range("J4") to become .Range("J5")
This repeats 12 times until !$B$15 and .Range("J16")
Any suggestions?
Bookmarks