User-854201065 posted
Dear all,
Im havin a code todo some attendance calculation for abt all the employees in my office.its an automatic pgm which will run at 7 am everyday and email the attendance list before 8am .
if theres any error for one particular employee, pgm execution stops and cant continue.since its an automatic pgm i want pgm to run with next employee if the current employee calculation got some pblm.
if i use on error resumenext statment if error occur at 11 thline of calculation, pgm still cont to 12th line and executing normal.i dun want it to be lik that.if the error is in 11th line then i want to stop execution of that particular employee and goto
next employee....how to do this?
Any help