vasim
Member
Hi,
I have a rounded rectangle shape, I have given a hyperlink to it (same workbook, different sheet), I also need to run a macro (its with me) from the same shape...however only the hyperlink criteria works when I click the shape the macro doesnt run....any assistance...
I tried using worksheet_change function but require some help...
'Private Sub Worksheet_SelectionChange(ByVal Target As Range)
'If Target.Parent.Shape = "Rounded Rectangle 11" Then
'MsgBox "there"
'Else
'End If
'End Sub
I have a rounded rectangle shape, I have given a hyperlink to it (same workbook, different sheet), I also need to run a macro (its with me) from the same shape...however only the hyperlink criteria works when I click the shape the macro doesnt run....any assistance...
I tried using worksheet_change function but require some help...
'Private Sub Worksheet_SelectionChange(ByVal Target As Range)
'If Target.Parent.Shape = "Rounded Rectangle 11" Then
'MsgBox "there"
'Else
'End If
'End Sub