UserForm Date Validation

  • Thread starter Thread starter Michael Vaughan
  • Start date Start date
M

Michael Vaughan

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
 
if isdate(textbox1) then

beyond that, you would have to design it to check for you specific
specifications.
 
Suggestion: Consider Microsoft Date and Time Picker Control, MSCOMCT2.OCX?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top