Reputation: 99
Using excel 2007. Trying to find the best way to hyperlink to a different workbook but also to a specific worksheet in that work book? Ive had a look at some suggestions but they are all using macros. Is there any other option i can try that doesnt involve macros?
Thanks!
Upvotes: 2
Views: 35810
Reputation: 71
No need to use a formula - when searching for this information myself I found an easier way - use the usual hyperlink dialogue box and select the file but before doubleclicking it to create the hyperlink, click the 'bookmark' button (on the right in the dialogue box) - this opens to show you a list of all the sheets in the selected file so you can choose what sheet to link to. easy!
Upvotes: 7
Reputation:
You can put this in any cell as a formula
=HYPERLINK("[C:\Users\osknows\Desktop\Book2.xlsm]Sheet3!B4","CLICK HERE")
This will navigate to
Workbook - C:\Users\osknows\Desktop\Book2.xlsm
Sheet - Sheet3
Cell - B4
Upvotes: 9