Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have some cells with the following formatted dates loaded from XML, they come in as text formatted "01AUG2008" I used the following VBA to change the cell storage format - date Selection.NumberFormatLocal = "[$-409]dd-mmm-yy;@" Then I have a sumproduct formula that uses date ranges as one of it's parameters. It doesn't pick up the cell data until I click in it and hit enter once. Then it can be referenced. I took a macro of that action "clicking and hit enter" but it looks to be setting a formula for each cell specific to it's contents ActiveCell.FormulaR1C1 = "18-Apr-2008" What I want is the cell to be formatted as a date and without having to click into it. Does anyone know how I can do this? Thanks in advance, Nick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Format cell to display "Y" or "N"when entering a 1 or zero | Excel Discussion (Misc queries) | |||
"if" statment in excell cell that will change format in another | Excel Discussion (Misc queries) | |||
Formulae or format to change a number "1" into the word "one | Excel Discussion (Misc queries) |