S
S1lverface
Hello All,
I've found useful VBA on this forum for activating my Hyperlink in cell A1
of my Excel spreadsheet : ActiveSheet.Range("A1").Hyperlinks(1).Follow
My Hyperlink in Cell A1 is made up of a Concatenate using cells from
different worksheets. Such as below :
=HYPERLINK((CONCATENATE(HoldPoints!$A$1,HoldPoints!A2),A3)
If I click on it, it opens fine, however, if I try to open it with the vba
code above, I get an error message "Subscript out of range".
I've tried different combinations. It always works by clicking, but not by
the vba code.
However - If i type the Hyperlink in without using concatenate, the code
works fine.... but I need to Concatenate.
Can anyone help.
Thanks.
I've found useful VBA on this forum for activating my Hyperlink in cell A1
of my Excel spreadsheet : ActiveSheet.Range("A1").Hyperlinks(1).Follow
My Hyperlink in Cell A1 is made up of a Concatenate using cells from
different worksheets. Such as below :
=HYPERLINK((CONCATENATE(HoldPoints!$A$1,HoldPoints!A2),A3)
If I click on it, it opens fine, however, if I try to open it with the vba
code above, I get an error message "Subscript out of range".
I've tried different combinations. It always works by clicking, but not by
the vba code.
However - If i type the Hyperlink in without using concatenate, the code
works fine.... but I need to Concatenate.
Can anyone help.
Thanks.