How do I give a hyperlink of TOC of Word in Excel

H

Hatti

I am trying to give an hyperlink in the excel sheet, which refers to a
particular section of TOC in a word file.
 
D

Dave Peterson

I'm not smart enough to know the answer to my first question (and I'm too lazy
to test!):

Can you put a bookmark in your MSWord's TOC?

If yes...

(Insert|hyperlink style)
C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01
Or
=hyperlink() style:
=hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01")

Both worked when I just put a word bookmark in the body of my document.
 
Top