If [something is of the format of.....]
Gentlemen and Ladies,
I'm trying to find the dates in a worksheet. How do I say something
like:
If Range("J" & ReportRowNum).Value [if of the format "mm/dd/yyyy" then
MyDate = Range("J" & ReportRowNum).Value
Thanks.
|