Open a program from a Hyperlink?

  • Thread starter Thread starter stew
  • Start date Start date
S

stew

Hi all

Is it possible to open a ,for instance, a" Canon Scan Program" from a
Hyperlink?

Best

Stew
 
There are two kinds of hyperlinks in Excel:
1. the function kind using =HYPERLINK()
2. the Insert > Hyperlink kind

The second kind supports the popup message on mouse-over
The first kind relies on the "friendly" name:

=HYPERLINK("C:\Program Files\Microsoft Office\Office10\winword.exe","ms word")
 
Back
Top