G
Guest
I have a simple VB script that looks @ an IP list and when I double click on a cell it opens a telnet session using that cells IP. I need it to open the telnet session to the screen, but all it does now is open to the toolbar. What have I missed
Thanks in advance
Script is below
Private Sub Worksheet_BeforeDoubleClick(ByVal
Target As Range, Cancel As Boolean
Shell "C:\WINNT\system32\telnet.exe " & Target.Valu
End Sub
Thanks in advance
Script is below
Private Sub Worksheet_BeforeDoubleClick(ByVal
Target As Range, Cancel As Boolean
Shell "C:\WINNT\system32\telnet.exe " & Target.Valu
End Sub