Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to check if a cell contains a date value of particular format
(dd/mm/yyyy). It looks like isDate checks only for a date value and not the format of the date. Is there any other function that i can use to do this. thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MsgBox ActiveCell.NumberFormat = "dd/mm/yyyy"
"phil" wrote: I need to check if a cell contains a date value of particular format (dd/mm/yyyy). It looks like isDate checks only for a date value and not the format of the date. Is there any other function that i can use to do this. thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IsDate? | Excel Worksheet Functions | |||
CDate and IsDate | Excel Programming | |||
VBA function , IsDate() not available | Excel Programming | |||
CDate cannot coerce value of IsDate(true)? | Excel Programming | |||
IsDate Function | Excel Programming |