If you really want to use inputboxes to get dates, I'd prompt the user with something like "Input the date in the format mm/dd/yyyy" or whatever then validate their input by breaking up the returned string into month, day, year with Left$, Mid$ and Right$.
There's also the IsDate()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.