B
bugzpodder
Hi. I want some sort of hyperlink effect with macros. That is, when a user
clicks on a hyperlink, i want instead a macro to run and have the macro know
which link is clicked (so I could activate a third-party COM DLL). So
basically i want to handle an onclick event with macros. I manged to do
this in powerpoint because there exists an "Action Settings..." But how do I
do this in Word? (and perhaps other office programs)
This is the simple macro I had working in powerpoint:
Sub test(myShape As Shape)
MsgBox myShape.AlternativeText
End Sub
Thanks,
Jack
clicks on a hyperlink, i want instead a macro to run and have the macro know
which link is clicked (so I could activate a third-party COM DLL). So
basically i want to handle an onclick event with macros. I manged to do
this in powerpoint because there exists an "Action Settings..." But how do I
do this in Word? (and perhaps other office programs)
This is the simple macro I had working in powerpoint:
Sub test(myShape As Shape)
MsgBox myShape.AlternativeText
End Sub
Thanks,
Jack