L
LROCCO
Hi, I'm using the following code to look up a range to use for my
combobox list. The range has been formatted as date (dd/mm/yyy).
However, when it appears in the combobox list its shown as m/dd/yyyy.
Can anybody help.
CmBoxStartRange.List = Sheets("lvdtraw").Range("a5",
Sheets("lvdtraw").Range("a5").End(xlDown)).Value
combobox list. The range has been formatted as date (dd/mm/yyy).
However, when it appears in the combobox list its shown as m/dd/yyyy.
Can anybody help.
CmBoxStartRange.List = Sheets("lvdtraw").Range("a5",
Sheets("lvdtraw").Range("a5").End(xlDown)).Value