View Single Post
  #4  
Old 02-23-2011, 11:13 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,012
Actually, it's probably failing on the .run method call, not CreateObject. You can determine that by separating into two lines:
Code:
Set shell = CreateObject("wscript.shell")
shell.run "build\SenderResult.exe  submitstatus$b1",vbhide
and seeing which line fails.
Reply With Quote