for beginners, way to use exception handling.
for beginners, way to use exception handling.
Rate for beginners, way to use exception handling.
(1(1 Vote))
'procedures.
On Error Goto ErrHandler:
ErrHandler:
Msgbox Err.Number & Err.Description
'to avoid returning to the operating system without error display
'use this code:
On Error Resume Next
for beginners, way to use exception handling. Comments
No comments yet — be the first to post one!
Post a Comment