I’m not sure this is possible and not sure I can explain but I’ll try.
I have dropdown lists (K9, K11, K13) of dates that comes from a formula in Range (P33:P500) as follows,
If a date is entered into K9, then that date is no longer available for entry into cells K11 or K13. If a previously entered date is attempted the following error message appears.
I would like a message box to be displayed prior to the above MS error so as to explain why the error is happening.
Thanks,
Steve K.
I have dropdown lists (K9, K11, K13) of dates that comes from a formula in Range (P33:P500) as follows,
VBA Code:
=IF(B34="","",IF(isformula(I34),IF(I34=0,C34," ----- ")," ----- "))
If a date is entered into K9, then that date is no longer available for entry into cells K11 or K13. If a previously entered date is attempted the following error message appears.
I would like a message box to be displayed prior to the above MS error so as to explain why the error is happening.
Thanks,
Steve K.