Forum Discussion

dbaechtel's avatar
dbaechtel
Contributor
10 years ago
Solved

How Do I disregard an Error that may occur in a VB Script ?

It appears that try/catch/finally will not work in VB script.

I have a Browser.Close that I do not care if it succeeds or fails.
How do I ignore the error in VB Script?