Hyperlink in protected form

sskp30

New Member
Joined
May 9, 2005
Messages
3
Hello everyone,

My question is actually about Word, but since there is so much information here about Macros I am hoping you can help me.

I have a form in Word which has hyperlinks. However when the form is protected they do not work. I found a macro to make them work with a MacroButton. THe macro is as follows

Sub FollowLink()
Selection.Hyperlinks(1).Follow
End Sub

and then in the link I put {Macrobutton "FollowLink"{HYPERLINK "http://www.mylink.com"}}

Once I protect it, it works fine on my PC but not on the PC of the person I sent it to.

Any ideas would be much appreciated. Thanks!!
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,224,846
Messages
6,181,304
Members
453,031
Latest member
Chris_1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top