I have a VBscript file that needs to be executed
from within a larger VB (Excel) macro.
In the past, have used something like:
Shell ("D:\CALROT1\shutdown.bat"
to run batch programs. This approach does not work
with a .vbs script.
What is the easiest way to execute a .vbs script
from within VB?
Thank you
from within a larger VB (Excel) macro.
In the past, have used something like:
Shell ("D:\CALROT1\shutdown.bat"
to run batch programs. This approach does not work
with a .vbs script.
What is the easiest way to execute a .vbs script
from within VB?
Thank you