Hyperlink to a specific place in a document

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

Hello
How do I hyperlink to a specific portion of a document? Either by page or
more preferably page and paragraph.
Thanks
 
Hi,

What programs are we in here? Are you hyperlinking from Excel to Excel,
Word to Word, Excel to Word? Or something else?
 
Sorry Excel to Word

Shane Devenshire said:
Hi,

What programs are we in here? Are you hyperlinking from Excel to Excel,
Word to Word, Excel to Word? Or something else?

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire
 
If I want a link in Excel that points at a specific location in an MSWord
document, I'd add a bookmark to that document and use one of these:

(Insert|hyperlink style)
C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01
Or
=hyperlink() style:
=hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01")
 
Back
Top