Thread: Date limited
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Date limited

If Date DateSerial(2005,08,22) Then
MsgBox "Too late"
End If

--
HTH

Bob Phillips

"Michael" wrote in message
...
How to date limit a code. I need something like this:

If (Date today)Date 22.08.05 then Msgbox ""

Else

End if