02-01-2012, 07:27 PM
Hi Pallavi,
On error Resume next" declared once at the starting of the script handles the errors at all the steps in the script
try the below code
On Error Resume next
a=0
b=5
c=b/a
msgbox Err.Number
On error Resume next" declared once at the starting of the script handles the errors at all the steps in the script
try the below code
On Error Resume next
a=0
b=5
c=b/a
msgbox Err.Number