Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform that has a command button that displays a date within an
active cell and displays this date in textbox 1. Private Sub CommandButton1_Click() Me.TextBox1.Value = ActiveCell.Value End Sub The date in the cell is in the format dd/mm/yyyy. When it is displayed in the textbox it displays it as mm/dd/yyyy. How can I change this around to the format dd/mm/yyyy? I have tried Me.TextBox1.Value = Format(Date, "dd/mm/yy") but that displays the current date, not what is in the cell. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permanent conversion of 1904 date format to 1900 date format | Excel Worksheet Functions | |||
Convert european foreign date format to US date format | Excel Worksheet Functions | |||
Convert date + time text format to date format | Excel Worksheet Functions | |||
code to convert date from TEXT format (03-02) to DATE format (200203) | Excel Programming | |||
Change a date in text format xx.xx.20xx to a recognised date format | Excel Programming |