View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike H. Mike H. is offline
external usenet poster
 
Posts: 471
Default Hyperlink() Function with Password

Is there any way to build a password into the hyperlink() function. I have
this in a cell:

=HYPERLINK("C:\myfile.xls","Latest Headcount Recon")

If that file has an "open" password, is there a way to pass that in the
hyperlink function? Obviously I could put a button with the password in the
code, but I don't wish to do it that way, if possible. Thanks.