Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi I have a user form with text boxes, one that gives a value of the active cell contents of a time in a diary worksheet. These cells are custom formated has hh:mm The user form text box code is: Private Sub txttime_Change() txttime.Value = Format(txttime.Value, "hh:mm") End Sub This works well, for all times except 12:00. When you activate a cell at 12:00 the text box reads 00:05 yet in all other times its ok? Any ideas whats wrong I have tried various forms of formatting. Bern -- bern ------------------------------------------------------------------------ bern's Profile: http://www.excelforum.com/member.php...o&userid=20169 View this thread: http://www.excelforum.com/showthread...hreadid=468943 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User form error when opened | Excel Programming | |||
User Form Error | Excel Programming | |||
User Form Error | Excel Discussion (Misc queries) | |||
Run Time Error 424 Combo Box User Form | Excel Programming |