Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yes, would work, but was hoping there was a masking solution... thanks
"Norie" wrote: Santiago As far as I know you can't use/create input masks in Excel Can't you just check a date has been entered in the textbox Exit event? Code: -------------------- Private Sub Textbox1_Exit(Cancel As Boolean) If Not IsDate(Textbox1.Value) Then Msgbox "Please enter a date." Cancel = True End If End Sub -------------------- -- Norie ------------------------------------------------------------------------ Norie's Profile: http://www.excelforum.com/member.php...o&userid=19362 View this thread: http://www.excelforum.com/showthread...hreadid=376862 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display masking | Excel Discussion (Misc queries) | |||
Masking numbers | Excel Worksheet Functions | |||
masking | Excel Programming | |||
Masking character | Excel Programming | |||
Bit Masking | Excel Programming |