Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a combo Box which can select a date but it just displays as the Number
format, I have this code below to change the format but doesnt seem to do anything when I select a Date it still shows as a number format. Where have I gone wrong? Private Sub cboGetDate_Change() Dim GetDate As Date If GetDate = CDate(cboGetDate.Value) Then cboGetDate.Value = Format(CDate(cboGetDate.Value), "dd/mm/yyyy") Else End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want my combo box to return a date format instead of a number? | Excel Discussion (Misc queries) | |||
keep date format in a Combo box | Excel Worksheet Functions | |||
UK date format and combo box | Excel Programming | |||
Date-Format of Dropdown-Combo is integer | Excel Programming | |||
Date format when using combo box | Excel Programming |