Hey Guys,
Head is mashed at the moment and the misses need some VBA for a worksheet... so I have this:
For Each c In Worksheets("Master").Range("A2:A100").Cells
I want to create a hyperlink for each sheet that's being dynamically created by me so the name of the sheet is c.Name
Any help constructing the VBA for the hyperlink would be appreciated
Cheers,
Stelly
Head is mashed at the moment and the misses need some VBA for a worksheet... so I have this:
For Each c In Worksheets("Master").Range("A2:A100").Cells
I want to create a hyperlink for each sheet that's being dynamically created by me so the name of the sheet is c.Name
Any help constructing the VBA for the hyperlink would be appreciated

Cheers,
Stelly