Forum Discussion

geethwind's avatar
geethwind
Contributor
12 years ago

How to use On Error Goto in Test Complete

I am trying to force the execution to the end when any error occurs. How to use On Error Goto in Test complete ? Ex: Sub Main() On Error Go to A: A:   log...