Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could try the Exit or AfterUpdate events.
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "ajliaks " wrote in message ... Hi, I intend to get data (in short date format "13-Apr-2004") using txtbox in a userform. I tried this code: Private Sub txtSheet_Change() ' Guarda el numero de Sheet a Importar Dim Sh As Variant Sh = Format(txtSheet.Value, dd - mmm - yyyy) MsgBox "Sheet value=" & Sh End Sub but MsgBox apperars inmediatly after each digit. How can I make nothing appens until I get all the 11 digits, and how making sure that data will be only in short date format (dd-mmm-yyyy) ? Thanks. --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Storing data in Short Date format | New Users to Excel | |||
help to show formart in reference cell | Excel Worksheet Functions | |||
VBA: Update worksheet when txtBox data changes. | Excel Worksheet Functions | |||
VBA: Update worksheet when txtBox data changes. | Excel Worksheet Functions | |||
VBA: Update worksheet when txtBox data changes. | Excel Worksheet Functions |