I have a large amount of worksheets that can be accessed via a summary sheet that used to use the HYPERLINK function to hyperlink to the proper tab.
The problem at hand is that the named cells where created by using the original worksheet name and therefore I could create hyperlinks by simply pulling the worksheet name. Now the named cell's and the Worksheet name which they rely on have become disconnected. Is there any way to go through each worksheet in my workbook and give a particular cell (w1) the name of my worksheet? That way when the worksheet name changes I can rerun this macro and all named cells will be updated. Is this possible?
the logic I am looking for in leymans terms is:
For each worksheet in my workbook, If the worksheet name does not equal "Summary" Then
I want to give cell w1 the same name as the worksheet's name
Thanks in advanced
Bookmarks