Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings!
Cell E20 contains =NOW() and the format is set to "dd/mm/yyyy hh:mm" which is what I want to use in my VBA Code CopyDate = Range("E20").Value gives Copydate in the format "dd/mm/yyyy hh:mm:ss, but that is not what I want. CopyDate = Application.Function.Text((Range ("E20").Value), "dd/mm/yyyy hh:mm") generates a 438 error - Object doesn't support this property or method How can I overcome this? RClay AT haswell DOT com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text "comparison" operator for "contains" used in an "IF" Function | Excel Worksheet Functions | |||
Need function that will work in Excel 2003 like "Countifs" in 2007 | Excel Worksheet Functions | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) | |||
TEXT(Cell1,"MMMM YYYY") to work in all locale. | Excel Programming | |||
TEXT(Cell1,"MMMM YYYY") to work in all locale. | Excel Programming |