andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hi all
I have this code:
My issue is, the values in the range are formatted as time, and when they appear in my combobox, they are decimals. How do I adjust this?
I have this code:
Code:
Order00a.ComboBox4.List = Range("QTIME").Value
Order00a.ComboBox4.ListIndex = 0
My issue is, the values in the range are formatted as time, and when they appear in my combobox, they are decimals. How do I adjust this?