Hi everyone,
I am trying to use VBscript and Cscript to put in windows task scheduler to auto run a sub at a certain time every business day.
So for my windows batch file, I have
------------
Cscript UMSscript.vbs "\\SHAREDrive\path\Controlfile.xlsm"
------------
and in my VBscript file, I...