View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
culinarian culinarian is offline
external usenet poster
 
Posts: 1
Default How to create link b/n Excel worksheet (cell) and Word documen



"Dave Peterson" wrote:

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
...


Still searching through the posts for something relevant to me but I'm
looking to have an Excel calendar, that when I click on a specific cell (i.e.
date) it opens an existing Word doc and inserts that date so I can begin
typing information for that date.

Thanks for the help,
Gary