hyperlinking to a specific page of a word document

  • Thread starter Thread starter Miranda
  • Start date Start date
M

Miranda

I am in excel and attempting to hyperlink to an existing word document. I
would like to hyperlink to a specif page within the word document... Any
ideas or suggestions?
 
Saved from a previous post:

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