Recently you helped me with a macro which searched all my Excel worksheets for a named range. The result was a text string containing the sheet numbers like "5,6,7,9". Please note the "" around the string and the comma's.

Originally Posted by
Leith Ross
Hello ESF,
This macro will return the worksheet numbers as a comma separated string. Later, you can then use the
Split function to separate the sheet numbers into an array.
My next step was to run another action on each one of these sheets with the help of the split command. This was achieved by a code (for example) like this:
Here comes my problem: I would like to create a formula summing all the cells of this string. So in this example "='Sheet 5'!H13+'Sheet 6'!H13+'Sheet 7'!H13+'Sheet 9'!H13"
Therefore I tried:
How do I use the string with "" and , (comma's) into a formula? On the one hand I need to split them again for creating the cell reference and on the other hand I can use the full string because I need all the sheets anyway.
I hope someone can help me. Thank you in advance.
Erik
Bookmarks