Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i wrote this piece of code Private Sub CommandButton1_Click() Dim ReturnValue ReturnValue = Shell("c:\windows\system32\telnet", 1) ' Run Calculator. For t = 1 To 10000000 Next t Application.SendKeys "open" Application.SendKeys ("{Enter}") End Sub When i click, the telnet program opens and all i get was Welcome to Microsoft Telnet Client Escape Character is 'CTRL+]' Microsoft Telnet but did not see "open" how should sendkeys be done in this case?? thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SendKeys syntax problem | New Users to Excel | |||
Starting telnet/ssh from Excel | Excel Programming | |||
Problem with SendKeys + active window | Excel Programming | |||
SendKeys problem | Excel Programming | |||
SendKeys and Path Problem | Excel Programming |