excel Hyperlink question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way I can have a spreadsheet that in one column on a particular
cell there will be a hyperlink to a word document?
 
Under the Insert Hyperlink menu, I think if you select the "Existing File or
Web Page" button and point to what you want, that should do it.
HTH
Steve
 
Is there a way the hyperlink will be directed to a certain part of the word
document?
 
If you insert a bookmark in your MSWord file:

Both of these worked ok for me:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top