SyntaxFix
Write A Post
Hire A Developer
Questions
Try this.
Option Explicit On error resume next Dim Shellobj Set Shellobj = CreateObject("WScript.Shell") Shellobj.Run "Test.vbs" Set Shellobj = Nothing