Thread
:
Date limited
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bob Phillips[_7_]
external usenet poster
Posts: 1,120
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
Reply With Quote
Bob Phillips[_7_]
View Public Profile
Find all posts by Bob Phillips[_7_]