Hi all,
I have a userform with 6 separate date pickers. I need to check if any of the dates the user selects are equal to one another so I can generate an error message. The only way I know how to do this is pretty dumb - using 15 IF Structures...

Also it would be nice to know if they are all in ascending order.
Can anyone help me with a more elegant solution?

Thanks a lot!
Nick