Good afternoon - I hope someone can help,
I have an excel (2010) document that has several macros one of which creates new worksheets from a template sheet. All sheets are named "Task1", "Task2" and so on as they are created.
What I now need is on a separate sheet ("Summary") is to create a list of all worksheets in the document with hyperlinks to those sheets. Also, from there I would like in the next column a lookup of cell B2 of each sheet. So the summary table will look something like this:
[TABLE="width: 500"]
A
[/td]B
[/td]C
[/td]1
[/td]Sheet Name
[/td]Details
[/td]2
[/td]Task1 (hyperlink)
[/td]This would display the value of cell B2 from Task1
3
[/td]Task2 (Hyperlink)
[/td]As above
[/td]
[/TABLE]
I hope this makes sense? I already have a macro that lists and hyperlinks the sheets but its the lookup of the value in cell B2 of each of those sheets that I am struggling with.
Hope someone can help?
Thanks in advance.