Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default Date limited

How to date limit a code. I need something like this:

If (Date today)Date 22.08.05 then Msgbox

Else

End if

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default Date limited

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
When IF has limited iterations Drew[_2_] Excel Discussion (Misc queries) 10 June 30th 08 07:42 AM
Help! IF function is too limited Ringo Excel Discussion (Misc queries) 2 September 23rd 05 12:11 PM
Limited Sumif Maarten Excel Discussion (Misc queries) 2 May 3rd 05 01:11 PM
Excel Add In - Limited Use? sirin[_4_] Excel Programming 1 October 18th 04 01:16 PM
time limited add in jacob[_3_] Excel Programming 2 September 9th 03 12:45 PM


All times are GMT +1. The time now is 05:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"