Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a software ending with .exe that i would like to open, type the word 'select' on it, press 'enter' and make it run. I used the following code : wb = Shell("Y:\Programs\Sel.exe", 1) Application.Wait Now() + TimeValue("00:00:15") SendKeys "select" SendKeys "{ENTER}" but the Sel.exe either copies the text "select" on my vbe editor or shows the text "select" but it doesn't recognize it. When I open Sel.exe and I type "select" + "{ENTER}", without using vba code,it works. Any helps? Thanks, Marco |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I auto save to a separate file?(not the file I am working in) | Setting up and Configuration of Excel | |||
Prevent file from working | Excel Programming | |||
Code is working in one file but not in another. | Excel Programming | |||
SaveAs another file name, then keep working | Excel Programming | |||
show the working file | Excel Programming |