Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a listbox using the following code:
With ThisWorkbook.Sheets("inventory") vList = .Range("a2", .Range("a2").End(xlDown).Offset(0, 3)) End With Me.lst_inventory.ListStyle = fmListStyleOption frm_inventory.lst_inventory.List = vList The last two columns are start and end times, formatted as HH:MM AM/PM on the worksheet. When brought into the Listbox, the times are shown as their serial numbers (ie .2500). Is there a way to format the appearance of the time fields in the Listbox using the method of creating the listbox as shown above? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting cells from a value in a Listbox | Excel Programming | |||
Formatting Listbox | Excel Discussion (Misc queries) | |||
time formatting and time categorizing (vlookup or data validation) | Excel Worksheet Functions | |||
Having a hard time with listbox | Excel Programming | |||
Date formatting in a multi column listbox | Excel Programming |