Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to date limit a code. I need something like this:
If (Date today)Date 22.08.05 then Msgbox Else End if |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank's Bob :-)
"Bob Phillips" wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When IF has limited iterations | Excel Discussion (Misc queries) | |||
Help! IF function is too limited | Excel Discussion (Misc queries) | |||
Limited Sumif | Excel Discussion (Misc queries) | |||
Excel Add In - Limited Use? | Excel Programming | |||
time limited add in | Excel Programming |