My first post in this great Q&A site, I hope somebody could help me.
Having a script in exe format that runs in DOS (script.exe). This script need a input file to process, so in DOS I need to do "Script.exe inputfile > ouputfile.txt".
It is possible to create a simple GUI in VBA with couple of buttons and inside the VBA application "insert" the script.exe?
It is possible to have the script.exe file inside the executable VBA GUI?
What I would like to achieve is have a GUI with a text asking for input file and a button to select the file to process and that the VBA app runs the script.exe.