try this
With Range("a1")
..NumberFormat = "MMMM DD, YYYY"
End With
--
Gary
"accelerator" <gerald.britton@gmail.com> wrote in message
news:1129923638.911075.240690@o13g2000cwo.googlegroups.com...
> OK -- Now how can I place a date in a cell as text but with a specific
> format?
>
> e.g.
>
> cell a1, formatted as date, currently displays 21/10/05
>
> I want to place (via vba) this date as text in cell a2, but I want it
> to look like
>
> 21 Oct 2005
>
> or
>
> October 21, 2005
>
Bookmarks