Link to home
Start Free TrialLog in
Avatar of lesa
lesa

asked on

trapping runr time error

I am getting a run time error 424, object not found. I want to get rid of that by making the system to execute next like  resume next. How can I do that.
ASKER CERTIFIED SOLUTION
Avatar of traygreen
traygreen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of traygreen
traygreen

If there is error trapping in place...
Go to the error label and make sure that there is a select case err.number block.  In the select statement place the item case 424 with a resume next