F
Faraz A. Qureshi
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
....
On Error
Counter=Counter+1;
Resume Next Or Goto 0
....
In the end:
Msgbox "Number of errors were " & Counter