Thread
:
How to count number of errors?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Faraz A. Qureshi
external usenet poster
Posts: 211
How to count number of errors?
In simple words what type of a code would be required for:
....
On Error
Counter=Counter+1;
Resume Next Or Goto 0
....
In the end:
Msgbox "Number of errors were " & Counter
--
Best Regards,
Faraz
Reply With Quote
Faraz A. Qureshi
View Public Profile
Find all posts by Faraz A. Qureshi