View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default UserForm Date Validation

if isdate(textbox1) then

beyond that, you would have to design it to check for you specific
specifications.

--
Regards,
Tom Ogilvy


"Michael Vaughan" wrote in message
...
Hello Everyone,

Has somebody already comeup with a Date Validation VBA routine from an
TextBox entry from a UserForm??? If so, could you pass it along???

Thanks.. mv