Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a textbox on a userform in which I set the date with code -
format(date,"dd-mm-yy") This looks fine on the form. The value of the textbox is then passed to a spreadsheet cell,which is preformatted with the same date format. However 10-12-03 (10th December) comes out on the spreadsheet as 12-10-03 (12th October) to fix this I have recorded as format(date,"mm-dd-yy"), which works but this is not right surely. All regional settings are UK English . Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to conditional format all black after date specified in code? | Excel Discussion (Misc queries) | |||
Problem Converting date to month in text for use in pivot table | Excel Worksheet Functions | |||
Static Date and Time code problem | Excel Discussion (Misc queries) | |||
Convert a Number Code to a Text Code | Excel Discussion (Misc queries) | |||
Problem with Date format from VBA code | Excel Discussion (Misc queries) |