Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Aggie G Aggie G is offline
external usenet poster
 
Posts: 3
Default Hyperlinks in a protected document

I am trying to get my hyperlinks to wok in a protected work template. I was
trying to follow the information on this link:
http://word.mvps.org/FAQs/TblsFldsFms/HLinksInForms.htm
, but I am doing something wrong.

Can somebody walk me through the process?


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Beth Melton Beth Melton is offline
external usenet poster
 
Posts: 1,380
Default Hyperlinks in a protected document

Since the article you cited does walk you through the process, is there a
specific area you are having problems with? Is there something in the
article you don't understand? If so, what is it? What isn't working exactly?

Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/boo...x#AboutTheBook

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/

"Aggie G" wrote in message
...
I am trying to get my hyperlinks to wok in a protected work template. I was
trying to follow the information on this link:
http://word.mvps.org/FAQs/TblsFldsFms/HLinksInForms.htm
, but I am doing something wrong.

Can somebody walk me through the process?




  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Aggie G Aggie G is offline
external usenet poster
 
Posts: 3
Default Hyperlinks in a protected document

I add the macro as listed, but am i supposed to enter something in between
the paranthesis and should I replace the (1)? When I run the macro it is
giving me an error message at this part.

"Beth Melton" wrote:

Since the article you cited does walk you through the process, is there a
specific area you are having problems with? Is there something in the
article you don't understand? If so, what is it? What isn't working exactly?

Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/boo...x#AboutTheBook

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/

"Aggie G" wrote in message
...
I am trying to get my hyperlinks to wok in a protected work template. I was
trying to follow the information on this link:
http://word.mvps.org/FAQs/TblsFldsFms/HLinksInForms.htm
, but I am doing something wrong.

Can somebody walk me through the process?





  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Hyperlinks in a protected document

No, you leave the 1 as it stands. The macro should read

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

Insert your macrobutton field to run that macro, using the inserted
hyperlink as the prompt. Run the macro by clicking the macrobutton field. If
you run it any other way it will give you a Runtime Error 5941 error
message, because the macro alone is not associated with a hyperlink.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Aggie G wrote:
I add the macro as listed, but am i supposed to enter something in
between the paranthesis and should I replace the (1)? When I run the
macro it is giving me an error message at this part.

"Beth Melton" wrote:

Since the article you cited does walk you through the process, is
there a specific area you are having problems with? Is there
something in the article you don't understand? If so, what is it?
What isn't working exactly?

Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/boo...x#AboutTheBook

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/

"Aggie G" wrote in message
...
I am trying to get my hyperlinks to wok in a protected work
template. I was trying to follow the information on this link:
http://word.mvps.org/FAQs/TblsFldsFms/HLinksInForms.htm
, but I am doing something wrong.

Can somebody walk me through the process?



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Aggie G Aggie G is offline
external usenet poster
 
Posts: 3
Default Hyperlinks in a protected document

I am still having trouble. I have attached the document. Please look at it
and let me know what I am doing wrong.

http://www.savefile.com/files/987179



"Graham Mayor" wrote:

No, you leave the 1 as it stands. The macro should read

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

Insert your macrobutton field to run that macro, using the inserted
hyperlink as the prompt. Run the macro by clicking the macrobutton field. If
you run it any other way it will give you a Runtime Error 5941 error
message, because the macro alone is not associated with a hyperlink.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Aggie G wrote:
I add the macro as listed, but am i supposed to enter something in
between the paranthesis and should I replace the (1)? When I run the
macro it is giving me an error message at this part.

"Beth Melton" wrote:

Since the article you cited does walk you through the process, is
there a specific area you are having problems with? Is there
something in the article you don't understand? If so, what is it?
What isn't working exactly?

Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/boo...x#AboutTheBook

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/

"Aggie G" wrote in message
...
I am trying to get my hyperlinks to wok in a protected work
template. I was trying to follow the information on this link:
http://word.mvps.org/FAQs/TblsFldsFms/HLinksInForms.htm
, but I am doing something wrong.

Can somebody walk me through the process?






  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Hyperlinks in a protected document

I had a look at your document, which seems to contain some minor corruption.
I added the macro

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

to the template (presumably you have it in normal.dot - where other users
won't see it) saved it as a template into the templates folder of my PC and
the function worked correctly when I changed the hyperlinked document to one
I actually had present. In my case
{ MacroButton FollowLink { HYPERLINK
"D:/My%20Documents/Test/Dates%20data.xls" } }

I was also a bit suspicious of the path in your hyperlink
{ MacroButton FollowLink { HYPERLINK " \S:\Project Review Committee\Action
Steps Form Template.xlt" } }
which not only has a space in the path after the first quote, but has a
single backslash before the network drive letter? I can't see that working?

It helps if you create the hyperlink in another document, using the Insert
Hyperlink tools. Test that it works, then copy and paste it into the
macrobutton field. Lock the template and save it.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Aggie G wrote:
I am still having trouble. I have attached the document. Please look
at it and let me know what I am doing wrong.

http://www.savefile.com/files/987179



"Graham Mayor" wrote:

No, you leave the 1 as it stands. The macro should read

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

Insert your macrobutton field to run that macro, using the inserted
hyperlink as the prompt. Run the macro by clicking the macrobutton
field. If you run it any other way it will give you a Runtime Error
5941 error message, because the macro alone is not associated with a
hyperlink.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Aggie G wrote:
I add the macro as listed, but am i supposed to enter something in
between the paranthesis and should I replace the (1)? When I run the
macro it is giving me an error message at this part.

"Beth Melton" wrote:

Since the article you cited does walk you through the process, is
there a specific area you are having problems with? Is there
something in the article you don't understand? If so, what is it?
What isn't working exactly?

Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/boo...x#AboutTheBook

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/

"Aggie G" wrote in message
...
I am trying to get my hyperlinks to wok in a protected work
template. I was trying to follow the information on this link:
http://word.mvps.org/FAQs/TblsFldsFms/HLinksInForms.htm
, but I am doing something wrong.

Can somebody walk me through the process?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Follow hyperlinks in a protected word document Svenn Erik Microsoft Word Help 5 October 20th 08 01:10 AM
Problem Using Hyperlinks When Word 2003 Document Protected Stuart Shaw from OZ Microsoft Word Help 1 September 28th 06 03:53 AM
Hyperlinks in a protected document rynes01 Microsoft Word Help 1 June 12th 06 04:24 PM
How do I allow hyperlinks to work in protected a Word document?? Jazzi Microsoft Word Help 1 March 28th 06 05:44 PM
Hyperlinks in a protected document Marla Microsoft Word Help 1 April 6th 05 11:22 PM


All times are GMT +1. The time now is 04:20 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"