I have the following task to be accomplished.
I have a fortran executable which accepts a text file as an input and does something with the data and puts out the results in another text file.
Using VBA, I would like to be able to provide a GUI to the user to select the input file, run the executable in the background, view the results in excel.
Any ideas how I can go about doing this?