MyFlight
Technical User
- Feb 4, 2002
- 193
I am Trying to Open an application called Lex.exe in Excel using VBA. I was sucessfull in opening the file using the following command:
rsp = Shell("C:\Temp Data Files\Raw Data\9005lex.exe"
however in order to the application (lex.exe) to execute after opening I have to type a 'Y', this I cannot get to work.
Any assistance will be greatly appreciated.
rsp = Shell("C:\Temp Data Files\Raw Data\9005lex.exe"

however in order to the application (lex.exe) to execute after opening I have to type a 'Y', this I cannot get to work.
Any assistance will be greatly appreciated.