Hyperlinks to specified bookmark

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
 
B

Bob I

Is the Bookmark name "Introduction" ?

Then use

=HYPERLINK("K:\TECHBASE\DHS_Solicitations\BAA09-014doc #Introduction" )
 
D

Dave Peterson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top