G Guest Apr 6, 2005 #1 I am trying to give an hyperlink in the excel sheet, which refers to a particular section of TOC in a word file.
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 Apr 6, 2005 #2 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.
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.