I wish to run a vbscript code when a Command button is clicked.
I dont wish to call the statement:

ShellExecute "vbsfile.vbs"

Is it possible through MS Scripting control?

Help me out.