Function DateValid(dv)
Dim retval : retval = ""
On Error Resume Next
retval = FormatDateTime(dv, vbShortDate)
If err.Number = 0 Then
DateValid = True
End If
End Function
Subscribe to:
Post Comments (Atom)
Because you really have nothing better to do than this?
No comments:
Post a Comment