Hyerlinking from an Excel spreadsheet to a WORD document

D

Dorise Stewart

How can I hyperlink from Excel spreadsheet to WORD document and preserve the
link? When I close out and go back into EXCEL, the hyperlink is lost.
Please help me!!! Thanks
 
G

Gary''s Student

Use the HYPERLINK() function, for example:

=HYPERLINK("c:\x.doc","the x file")
 
Top