View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How to create link b/n Excel worksheet (cell) and Word document?

Saved from a previous post:

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

Irina wrote:

I need to insert a link into specific cell of an Excel worksheet to a
specific part of a word document. I have tried using Hypserlink - doesn't
work. I have tried using Copy, Paster Special as a link - doesn't work
either.


--

Dave Peterson