Run a MS DOS Batch file from Excel VBA
Dear all,
I wrote a VBA script that creates a BAT file on the fly in a particular folder on the local machine and subsequently have it to execute. The batch file is created but afterwards nothing happens:D. Could somebody help me to solve the problem. By the way i used:
Shell ("cmd.exe /k call runapplication.bat")
Thanks for your support
Louh
|