n2jesus,
Sorry, but I don't get that error. One thing to try, if you haven't already done so, is to place Option Explicit at the top of your code. This forces you to decalre your variables, and may flag a diferent issue that may effect your object creation. Also, don't forget to Set wshell =...