Forum Discussion
Marsha_R
Champion Level 3
12 years agoi don't know if it will make a difference with the error but I would have written it more like this:
If sys.process("iexplore.exe").Exists equals True Then
Run Code Snippet Sys.process("iexplore.exe").Terminate()
and left off the Else.
If sys.process("iexplore.exe").Exists equals True Then
Run Code Snippet Sys.process("iexplore.exe").Terminate()
and left off the Else.