I have to write a macro that does a calculation on a number entered into an input box. I must prevent 3 errors from occuring:
NullEntry error
TextEntry error
Range error
If 3 errors occur I must produce a message box that lists them. For example:
NullEntry error = 1
TextEntry error = 2
Range error = 0
I have been able to do all this, except that my counts are wrong. Any suggestions?
NullEntry error
TextEntry error
Range error
If 3 errors occur I must produce a message box that lists them. For example:
NullEntry error = 1
TextEntry error = 2
Range error = 0
I have been able to do all this, except that my counts are wrong. Any suggestions?