C
Charlotte E.
This VBA line...
MsgBox xlErrDiv0
....only gives me the number/value of the error!
How do I get the MsgBox to give me the name/description of the error?
Something like Error(xlErrDiv0).Name?
MsgBox xlErrDiv0
....only gives me the number/value of the error!
How do I get the MsgBox to give me the name/description of the error?
Something like Error(xlErrDiv0).Name?