M
Melisa
I am trying to include a clickable hyperlink in a form.
I am using a macro:
Sub FollowLink()
Selection.Hyperlinks(1).Follow
End Sub
When I try to click into the link, I get the message "The requested member
of the collection does not exsist". This is my first time using macros and I
am at a loss.
Can anyone help me out?
I am using a macro:
Sub FollowLink()
Selection.Hyperlinks(1).Follow
End Sub
When I try to click into the link, I get the message "The requested member
of the collection does not exsist". This is my first time using macros and I
am at a loss.
Can anyone help me out?