Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Nyrubi Nyrubi is offline
external usenet poster
 
Posts: 2
Default Hyperlink on ever page???

I have a 30 + page document where I have a hyperlink that I want to be able
to access through the document. Is there a way to do this without having to
paste a copy on every page? If so can you please provide instructions on how
to do? Thank you very much.
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Hyperlink on ever page???

hi Nyrubi,

Unless the document consists of a table, the only way you can do this without having to put a separate copy on each page is to plae
the hyperlink in the page header or footer.

If the document consists of a table, you can put the hyperlink in one of the table's heading rows and set the 'heading rows repeat'
property for the heading rows.

--
Cheers
macropod
[MVP - Microsoft Word]


"Nyrubi" wrote in message ...
I have a 30 + page document where I have a hyperlink that I want to be able
to access through the document. Is there a way to do this without having to
paste a copy on every page? If so can you please provide instructions on how
to do? Thank you very much.


  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Hyperlink on ever page???

Before you go putting a hyperlink in a header or footer, though, you should know
that in order to _use_ such a hyperlink you have to double-click the header area
to open it before you can click (or Ctrl+click) to activate the link. I don't
think I'd consider that a "solution".

If the document is mainly or exclusively for your own use, you could bookmark
the destination and add a small macro like this (change the name of the bookmark
in quotes to match what you use in the document) to the document
(http://www.gmayor.com/installing_macro.htm):

Sub GoToDest()
On Error GoTo bye
ActiveDocument.Bookmarks("dest").Select
Selection.Collapse wdCollapseStart
bye:
End Sub

Then put a button on a toolbar (or the Quick Access Toolbar in Word 2007) to run
the macro whenever you want. That way, the button is always available no matter
what page you're on.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 10 Jan 2009 16:39:58 +1100, "macropod" wrote:

hi Nyrubi,

Unless the document consists of a table, the only way you can do this without having to put a separate copy on each page is to plae
the hyperlink in the page header or footer.

If the document consists of a table, you can put the hyperlink in one of the table's heading rows and set the 'heading rows repeat'
property for the heading rows.

--
Cheers
macropod
[MVP - Microsoft Word]


"Nyrubi" wrote in message ...
I have a 30 + page document where I have a hyperlink that I want to be able
to access through the document. Is there a way to do this without having to
paste a copy on every page? If so can you please provide instructions on how
to do? Thank you very much.

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
page number hyperlink that changes when the location changes page incendi Microsoft Word Help 3 May 26th 09 05:33 PM
Is a Hyperlink to a specific PDF page possible? binar Microsoft Word Help 4 October 20th 07 01:12 AM
Web page hyperlink to word bookmark goes to top of page Jack Parker Microsoft Word Help 4 December 12th 06 03:24 PM
hyperlink to web page harriettbird Microsoft Word Help 1 May 1st 06 09:05 PM
Can you hyperlink to a certain page in a pdf? C. Mrizek Microsoft Word Help 1 January 6th 05 12:00 AM


All times are GMT +1. The time now is 09:02 PM.

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

About Us

"It's about Microsoft Word"