How do I link part of an Word document into an Excell workbook?
So you'll click on a link in excel an go to a paragraph in MSWord?
Both of these worked ok for me after I inserted a bookmark in your MSWord file:
(Insert|hyperlink style)
C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01
Or
=hyperlink() style:
=hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01")
concerned wrote:
I would like to link different paragraphs from an Word document into an Excel
workbook. Any sugestion is welcome.
--
Dave Peterson
|