I am executing a simple VBScript from my web site. The script is being executed but I get this error.
"Cannot use parentheses when calling a sub."
This is the code for the script.
Set WshShell = Wscript.CreateObject("Wscript.Shell"
WshShell.Run ("excel","return.csv"
Any ideas? Ryan
rmindorff@hotmail.com
"Cannot use parentheses when calling a sub."
This is the code for the script.
Set WshShell = Wscript.CreateObject("Wscript.Shell"
WshShell.Run ("excel","return.csv"
Any ideas? Ryan
rmindorff@hotmail.com