Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to add the same cells in multiple worksheets. I want the worksheets to be selected dynamically using a range on another worksheet which contains the names of the worksheets to sum. I don't want any formulas in the summary worksheet - I want to populate the cells with values. I'm thinking something like this to populate a Collection (I've never used collections before): -------------------- Dim Allsheets As New Collection For Each branch In Worksheets("Tables").Range("BusAreaList") Allsheets.Add Item:=branch Next branch -------------------- ....but I don't know how to use the Items in the Collection to specify which cells to sum (or even if I can!). Am I on the right track? Any help appreciated. TIA Damien |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum cell value across multiple worksheets. | Excel Discussion (Misc queries) | |||
Cell Referencing between multiple worksheets | Excel Discussion (Misc queries) | |||
Same Cell Name on Multiple Worksheets | Excel Discussion (Misc queries) | |||
sum one cell from multiple worksheets | Excel Worksheet Functions | |||
how do I sum the same cell from multiple worksheets? | Excel Worksheet Functions |