T
TKT-Tang
Having entered the following worksheet formula into cell B21 on
Sheet2,
=IF(B20="","No HyperLink",
HYPERLINK(MID(CELL("FileName",G17),SEARCH("[",CELL("FileName",G17)),
SEARCH("]",CELL("FileName",G17))-SEARCH("[",CELL("FileName",G17))+1)&CHAR(39)&
RIGHT(CELL("filename",Sheet1!$A$1),
LEN(CELL("filename",Sheet1!$A$1))-
SEARCH("]",CELL("filename",Sheet1!$A$1)))&CHAR(39)&CHAR(33)&"A1",
RIGHT(CELL("filename",Sheet1!$A$1),
LEN(CELL("filename",Sheet1!$A$1))-
SEARCH("]",CELL("filename",Sheet1!$A$1)))))
Then, enter any number into cell B20 and a Hyperlink appears in cell
B21. Erase cell B20 and the Hyperlink in cell B21 is replaced by the
text "No Hyperlink".
As the mouse cursor nears cell B21, it switches to the "palm" pointer
; that's misleading since it's not a Hyperlink-ing source anymore.
Please provide a means to nullify the recurring Hyperlink-palm in the
neighbourhood of cell B21 (until cell B20 is filled again ; that's the
right time to activate the Hyperlink-ing thereof).
Regards.
Sheet2,
=IF(B20="","No HyperLink",
HYPERLINK(MID(CELL("FileName",G17),SEARCH("[",CELL("FileName",G17)),
SEARCH("]",CELL("FileName",G17))-SEARCH("[",CELL("FileName",G17))+1)&CHAR(39)&
RIGHT(CELL("filename",Sheet1!$A$1),
LEN(CELL("filename",Sheet1!$A$1))-
SEARCH("]",CELL("filename",Sheet1!$A$1)))&CHAR(39)&CHAR(33)&"A1",
RIGHT(CELL("filename",Sheet1!$A$1),
LEN(CELL("filename",Sheet1!$A$1))-
SEARCH("]",CELL("filename",Sheet1!$A$1)))))
Then, enter any number into cell B20 and a Hyperlink appears in cell
B21. Erase cell B20 and the Hyperlink in cell B21 is replaced by the
text "No Hyperlink".
As the mouse cursor nears cell B21, it switches to the "palm" pointer
; that's misleading since it's not a Hyperlink-ing source anymore.
Please provide a means to nullify the recurring Hyperlink-palm in the
neighbourhood of cell B21 (until cell B20 is filled again ; that's the
right time to activate the Hyperlink-ing thereof).
Regards.