Hyperlinks to specified bookmark

  • Thread starter Thread starter Mindy
  • Start date Start date
M

Mindy

Hi, I am trying to hyperlink a row to a specific book mark in a word
document. I am using the following formula, but it only navigates you to the
document not to a specific bookmark in the document.

Formula used:
=HYPERLINK("[K:\TECHBASE\DHS_Solicitations\BAA09-014]Introduction",
"BAA09-14")

Any Suggestions
 
Is the Bookmark name "Introduction" ?

Then use

=HYPERLINK("K:\TECHBASE\DHS_Solicitations\BAA09-014doc #Introduction" )
 
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")
Hi, I am trying to hyperlink a row to a specific book mark in a word
document. I am using the following formula, but it only navigates you to the
document not to a specific bookmark in the document.

Formula used:
=HYPERLINK("[K:\TECHBASE\DHS_Solicitations\BAA09-014]Introduction",
"BAA09-14")

Any Suggestions
 
Back
Top