VBA text box input mask
Posted
by Jaison
on Stack Overflow
See other posts from Stack Overflow
or by Jaison
Published on 2009-07-16T05:47:43Z
Indexed on
2010/03/31
11:53 UTC
Read the original article
Hit count: 733
I have two validation for date and time as below in text boxes:
00/00\ 00:00;0;0;_
It will take (dd/mm hh:mm) and works fine
But sometimes i put
34/34 56:78 it will take , But it shouldn't
Date sholdnot go beyond 31, month 12 time 24 and minute 59
Please help
© Stack Overflow or respective owner