Hello,
Am new here and I don't know if I should create a new thread but my question is related to dynamic hyperlinks.
Anyways, I created a dynamic hyperlink that can jump to desired sheet based on the sheet name. It works fine. The issue is that the dynamic hyperlink won't work if sheet are hidden.
I have tried the VBA codes on YouTube: Learn Excel from MrExcel - "Hyperlink to a Hidden Worksheet" - Podcast #1729
It only works if sheet hyperlink is created using "Ctrl K" process.
Would appreciate any help.
Thanks in advance!
Am new here and I don't know if I should create a new thread but my question is related to dynamic hyperlinks.
Anyways, I created a dynamic hyperlink that can jump to desired sheet based on the sheet name. It works fine. The issue is that the dynamic hyperlink won't work if sheet are hidden.
I have tried the VBA codes on YouTube: Learn Excel from MrExcel - "Hyperlink to a Hidden Worksheet" - Podcast #1729
It only works if sheet hyperlink is created using "Ctrl K" process.
Would appreciate any help.
Thanks in advance!
dynamic-hyperlink.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
2 | Type sheet name here -> | sheet1 | sheet1 | ||
3 | |||||
4 | Sheets Names | ||||
5 | sheet1 | active | |||
6 | sheet2 | hidden | |||
main |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2 | C2 | = HYPERLINK("#" &B2& "!A3",B2) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B2:C2 | Cell Value | =0 | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B2 | List | =#REF!# |