I'm attempting to test if a certain application has already been launched. What am I doing incorrectly? Thanks.
When I use function in this format:
I get the following message:
Filename or class not found during Automation operation: GetObject
When I use function in this format:
I get the following message:
ActiveX component can't create object: GetObject
When I use function in this format:
Code:
set WshShell = GetObject("c:\app_diam.exe","WScript.Shell")
Filename or class not found during Automation operation: GetObject
When I use function in this format:
Code:
set WshShell = GetObject(,"WScript.Shell")
ActiveX component can't create object: GetObject