View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default script to launch a program from excel

Just hyperlink to the program and click the link:

In some cell, enter something like:

=HYPERLINK("file:///C:\test\telnet.exe","Telnet") and click the link

Of course, you would modify this to refer to the proper folder on your
computer.
--
Gary''s Student - gsnu200829


"calvin" wrote:

i need to launch a telnet program from excel and get the result

i have a bunch of ip address that i used to telnet into and run a script
file, i want to link both files together