how to hyperlink to a paragraph in a word file?

V

ViestaWu

I know how to use hyperlink basicly. but this time, I want to link a
paragraph in another word file from my Excel.
Does anyone have same experience? Please share me with your success!
Thanks at advance!
 
D

Dave Peterson

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