Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I would like to execute an application from an excel macro If (Target.Cells.Column = 1 And Target.Cells.Row < 1 And Target.Cells.Text < "") Then Dim WshShell, oExec Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("telnet fleet") End If The problem is that the telnet window closes as soon as it is opened. But if I open notepad it is not closed as soon as it is opened. Please tell me where I am going wrong Regards, Mohan. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
application.match and value problem | Excel Discussion (Misc queries) | |||
Running a macro from windows application | Excel Discussion (Misc queries) | |||
Excel still running in task manager after closing the application | Excel Discussion (Misc queries) | |||
Running Excel 2000 VBA Application on Excel 2003 | Excel Worksheet Functions | |||
Problem with application.Hlookup | Excel Discussion (Misc queries) |