G Guest Jul 14, 2005 #1 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?
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?
S s boak Jul 14, 2005 #2 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
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
G Guest Jul 14, 2005 #3 Is there a way the hyperlink will be directed to a certain part of the word document?
D Dave Peterson Jul 14, 2005 #4 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")
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")