help hyperlinks

  • Thread starter Thread starter chow76in
  • Start date Start date
C

chow76in

plz help me I have a spreadsheet column containing hyperlinks (paths) t
different jpg files. How can I get it to work so that if I click on an
of the hyperlinks, it will open the jpg in a Imaging application?
using micros
thank
 
Hi
If you have created hyperlinks using Excels 'Insert hyperlink'
functionality and an image application is associated to *jpg files
clicking on such a hyperlink will automatically invoke your application

But if you currently only have the filename as text (that is no
hyperlink), you may try the following
in the adjacent column (lets say B) enter
=HYPERLINK(A1)
and copy this down
 
Back
Top