How I do to validate a date?
This don't work - If IsDate(Activecell) Then
with "29/2"
"swisse" escreveu na mensagem
...
Why don't you try:
If IsDate(Activecell) Then
' write some code here that Excel will execute once it has validated
it
is a date
End If
|