View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Hyperlink to existing files

use HYPERLINK worksheet function?

keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"?B?U3RldmU=?=" wrote:

I wish to create a hyperlink to existing image files on my harddisk.
The name of the image is to be the same as the row number.tif (eg. row
1 has a hyperlink to 1.tif, row 2 has a hyperlink to 2.tif). I have
thousands of these to do and manually selecting hyperlinks to each
file is a nightmare. Is there any code here to help me?
Thanks
Steve..