I would like to open a Windows text editing software product from Excel VBA. In VBA, after I have saved a worksheet as a text file and close the text file, I do some cleanup in the text file with my editor (KEDITW32). The cleanup is automated by using a macro in the editor software.
Anyone know if it is possible to run another application from VBA, and how do you start up the application?
Jerry