Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code to date format a textbox.
Private Sub TextBox1_BeforeUpdate(ByVal Cancel As MSForms.ReturnBoolean) TextBox1.Value = Format(TextBox1.Value, "dd-mmm-yy") End Sub I keep getting the following message: Compile error hidden module: userform 3 This code was done on office 2000. I am now using office 2003. Could that be the problem? Can anybody help!! -- AOU |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date format textbox | Excel Discussion (Misc queries) | |||
format textbox to time | Excel Discussion (Misc queries) | |||
TextBox Format | Excel Discussion (Misc queries) | |||
Format Numeric data in Textbox | Excel Worksheet Functions | |||
Format numbers in Textbox | Excel Discussion (Misc queries) |