Click to See Complete Forum and Search --> : Shell object


Jim Bassett
April 19th, 2002, 12:06 PM
Any way to access the shell object from a vb script?

Billkamm
March 25th, 2005, 10:40 AM
Which Shell Object? You might be looking for one of these:

Set wshShell = WScript.CreateObject("WScript.Shell")
Set objShell = WScript.CreateObject("Shell.Application")