Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using a userform for data entry purposes and it is set to call the
values currently in the cells to display in the text boxes. Example: TextBox1 relates to the cell in row 2 column 4 Private Sub UserForm_Activate() Me.Time.Text = Worksheets("Data").Cells(2, 4).Value End Sub My problem is that the value in row 2 column 4 is a time and on the form it displays a decimal value is there a way to make my text box display this number as a time instead? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text import wizard defaults? | Excel Discussion (Misc queries) | |||
Set Defaults in File Import of a Text File | Excel Worksheet Functions | |||
Changing fixed width (column break) defaults when importing text | Excel Discussion (Misc queries) | |||
How do I set text box defaults for added boxes? | Setting up and Configuration of Excel | |||
How do you change sort defaults for combined text number & hyphen. | Excel Discussion (Misc queries) |