excel - Adding across multiple worksheets (saved differently) -


i'm attempting to, seem simple, add across multiple worksheets in excel specific cells. add cells such total row may in different locations on each worksheet. can't seem sort out how have macro read , compare name (equals function). know seems extremely trivial has been several years since thought macro in excel. great.

worksheet 1 has row named total in spot a12 , numerical total in b12 worksheet 2 has row named total in spot a6 , numerical total in a6

these excel files not in combined excel sheet individual sheets being stored in folder , attempting make totals spreadsheet read files contained in folder.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -