View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Marcelo[_9_] Marcelo[_9_] is offline
external usenet poster
 
Posts: 2
Default 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