Adding MS Word cross-reference in Excel cell

  • Thread starter Thread starter Emilio
  • Start date Start date
E

Emilio

In an Excel spreadsheet, I would like to add cross-
references to individual section headings of an MS Word
document. In the Excel cell, I don't want to reference
the entire Word document, but actual section headings
within the Word document.

Any help would be much appreciated. Thanks in advance.
Emilio
 
I'm not sure this is best, but if you inserted a bookmark in your word document,
you could include that in your hyperlink:

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

=hyperlink() style:
=hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01")
 
Back
Top