Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel 2003
I populate a cell with Now() (via the VBA line next) With Sheets("Error Cells").Cells(Rows.count, 1).End(xlUp) _ (2, 1).Value = Now() In the cell itself the display is: 38727.4101273148 even though the custom format assigned is: m/d/yyyy h:mm Interestingly, the presentation in the Formula Bar is: 1/10/2006 9:50:35 AM which is exactly want I want in the cell presentation; what am I doing wrong? I have attempted to change the cell format to no avail. Thanks Dennis |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a formula display output to an otherwise blank cell? | Excel Worksheet Functions | |||
Can I make a formula in Excel to display result in same cell? | Excel Worksheet Functions | |||
Display formula in cell | Excel Discussion (Misc queries) | |||
Display answer only in another cell of one containing a formula | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel |