Hi Andrew,
Ivan is correct. Remove the script tag and replace with:
Sub MyTest
.
.Your code here
.
End Sub
Also the onclick event should read Call MyTest rather than Call "Vbtest.vbs". The entire vbs file can contain lots of routines and you only want to call one at the onclick event.
Good luck.
Gareth