Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi I'm having trouble writing the right date format to a cell.
Currently I have tried Worksheets("Forecast").Cells(ForecastMaxRowNo, 8).Value = Format(Date, "Short Date") Worksheets("Forecast").Cells(ForecastMaxRowNo, 8).Value = Format(Date, "General Date") Worksheets(sMonth).Cells(MonthTabMaxRowNo, 8).Value = FormatDateTime(Date, vbShortDate) Each time it comes out in American format and my regional setting on the computer are all set to UK When I put MSGBOX before it to test it seems to be OK. The Cell format seems to be OK too. Any help or suggestions would be appreciated. Thanks Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Different Date formats in text to be recognised as date value | Excel Programming | |||
Cell Date and Listbox Date formats | Excel Programming | |||
Dealing with date formats on expiration date | Excel Programming | |||
Date Formats | Excel Discussion (Misc queries) | |||
Date formats | Excel Discussion (Misc queries) |