Hi Mahesh,
'On Error GoTo ErrorHandler' is not supported in QTP so you can not use the statement here.
you can use only 'on error resume next' or 'on error goto 0'
@Everyone - Please put your codes in proper tags, which makes easier to read through all the statements.
Refer Help (top right of this page)
'On Error GoTo ErrorHandler' is not supported in QTP so you can not use the statement here.
you can use only 'on error resume next' or 'on error goto 0'
@Everyone - Please put your codes in proper tags, which makes easier to read through all the statements.
Refer Help (top right of this page)