Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have the following problem. In a userform i have a textbox with contain a time value. if i fill in the time value 12:00 and save the time the time i correct given in the excel sheets. After loading the form again i get 00:05 for 12:00. if i change the time to 12:01, the time value is correct. Even with 13:00 of 14:00 but not 12:00. I use the following code: TextBox6.Value = b6 TextBox6.Value = Format(Me.TextBox6.Value, "h:mm") B6 is the cell value can anyone help me THanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
display userform at certain time | Excel Worksheet Functions | |||
Userform Defaults Text Box with Time | Excel Programming | |||
Time Userform | Excel Programming | |||
Userform - Entering Time | Excel Programming | |||
Converting Time in a userform | Excel Programming |