View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul M.[_3_] Paul M.[_3_] is offline
external usenet poster
 
Posts: 2
Default Checking for valid date

I'm using a userform with a textbox among other things. I
want to ensure that not only does the user submit a date
in that textbox, I want to make sure it is a valid date.
If the date is invalid, I want to display a warning
message.

Thanks for the help.

Paul