Hi All,
Hi All,
I'm trying to execute a vbscript programme, on execution I'm getting following error, can you please help me in coming out of the problem.
"Wrong number of arguments or invalid property assignment: wsh"
CODE snippet:
Set xl=createobject("excel.application")
Set wb=xl.workbooks.open(testset)
xl.visible=true
Set wsh=wb.WorkSheets(1) <------- ERROR is seen in this location
Thanks in Advance