Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi !
I have an Excel sheet with IP addresses. I would like to be able to launch i.e telnet/or ssh against that IP when I doubleclick on the cell. How can this be done ? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Thomas,
I have an Excel sheet with IP addresses. I would like to be able to launch i.e telnet/or ssh against that IP look at the shell-command in vba help. when I doubleclick on the cell. I'd prefer a "go" button. You could connect a macro to that button with the shell command. Otherwise you would need an event in the sheet called "Worksheet_BeforeDoubleClick" arno |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I hyperlink to a telnet session? | Excel Discussion (Misc queries) | |||
How to Close Telnet Session using VBA | Excel Programming | |||
Launch an external telnet application | Excel Programming | |||
Need VB script for telnet application | Excel Programming | |||
Starting a userform upon starting the file | Excel Programming |