Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is the Bookmark name "Introduction" ?
Then use =HYPERLINK("K:\TECHBASE\DHS_Solicitations\BAA09-014doc #Introduction" ) Mindy wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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") Mindy wrote: 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 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hyperlink to a bookmark in a pdf | Excel Discussion (Misc queries) | |||
bookmark or hyperlink? | Excel Discussion (Misc queries) | |||
Automatic Bookmark | Excel Discussion (Misc queries) | |||
bookmark a chart? | Charts and Charting in Excel | |||
Hyperlink to a bookmark | Links and Linking in Excel |