The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
on error Goto myErrorFixfunction
OR
on error Resume Next
OR
on Error End
if you can test errors with Err.Number Err.Description etc... and once you are happy that the are solved or not important then you can use a Resume next statement to keep going, all this is in the VB help documentation