Hyperlink Help
Give the Function Hyperlink another try like :
=HYPERLINK("[Workbook1.xls]"&OFFSET(A2,,,,)&"!A1","Jump to sheet : "&A2&"
Celles A1")
this one jump to the sheetname u have in cells A2
remember Workbook1 have to be saved at least 1 time !!
"Sandy" skrev:
I have a workbook with 100 worksheets. The first worksheet contains a list of
all the worksheet names in the workbook. How can I convert this list to
hyperlinks to each sheet within a vba macro.
I have tried the hyperlink finction hyperlink(cell reference) but it results
in an invalid hyperlink.
Thank you
|