Hyperlink a word document to an excel spreadsheet

N

Noel

I know how to link a word document, but I want to know if there is a way to
have that link go to a certain section of the document?

Thanks
 
D

Dave Peterson

So you want to add a hyperlink in an excel document that links to a certain
location in an MSWord file?

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")
 
N

Noel

When I do this, I click on the hyperlink I have in Excel, and then it takes
me to the word document but gives me a pop up box saying "Convert file from"
and then it gives options. What file is it wanting me to convert? It has a
drop down list to choose from.
Thanks
 
Top