VBA Error No Description Print-out
VBA1
2
3
4
ErrorHandler:
If Err() = 11 Then Resume
Error Err()
End Function
Error NumberDefault Error Message5Procedure call or argument is not valid6Overflow7Out of memory11Division by zero51Internal error52Bad file name or number53File not found55File already open76Path not found482P
Read more