When I fill the Combo Box it shows as a date in the list for selecting in the Combo Box. Once I select the Date I want it then changes back to its number format.
I have tried using the code below and still no joy, where am I going wrong?
Code:
Private Sub cboGetDate_Change()
cboGetDate.Text = CLng(Format(cboGetDate.Value, "dd/mm/yyyy"))
End Sub
I have raised this thread in
http://www.excelforum.com/excel-prog...combo-box.html
and had no joy as yet...