Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following snipet of code populates a list box with time data from the
defined range. On the cells in the originating worksheet the data is defined as hh:mm:ss as the number format. However when the list box displays it displays as 0.33476... etc Can some one show me how to display as hh:mm:ss in the list box. With Simple.ListBox5 .RowSource = "" For Each cell In Cells(2, NextCol).resize(LastRow - 1, 1) .AddItem cell.Value Next cell End With -- Regards and Thanks for any assistance. Francis Brown. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Populating a data validation list based on criteria | Excel Discussion (Misc queries) | |||
Custom Number Format List | Excel Discussion (Misc queries) | |||
.AddItem list and populating combobox with created list | Excel Discussion (Misc queries) | |||
Populating a Data Validation List | Excel Discussion (Misc queries) | |||
Populating dropdown list 2 with data depending upon what was selected in list 1 | Excel Programming |