View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
NannyKay NannyKay is offline
external usenet poster
 
Posts: 2
Default Autofill hyperlinks

Can you tell me how to autofill a hyperlink formula so that both the file
path and the friendly name change incrementally? I'm using the hyperlink
function, and need to copy it down so that the file name changes (dec 8.pdf,
dec 9.pdf...) and the friendly name also changes (Dec 8, Dec 9...)

The formula I am using is: =HYPERLINK("g:\public\DP\dec 7.pdf","Dec 7")

Thank you!