View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Shared Document & Hyperlinks

Try using the =hyperlink() worksheet function:

=hyperlink("file:////n:\somefolder\somefile.doc","Click me")

(untested!)

chickalina wrote:

I have a shared document that I would like to have a Hyperlink in one of the
cells. This would enable any user to see supporting documentation without
emailing everyone. This option is grayed out on the menu. Any ideas?
Thanks for any help in advance.


--

Dave Peterson