View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Analysing a list of dates

Matt,

For r=2 to 100
If Month(Cells(r, "C")) = Month(Now()) Then
MsgBox "Released this month"
End If
Next r

HTH

"matpj" wrote:


Hi guys/gals,

I have a worksheet with 3 columns on it:
Version, Type, Release Date

I need to be able to analyse the date and when a version's Release Date
is in the current month, I need to display a message or some other
notification.

Can anyone tell me how this might be possible.

thanks in advance,
Matt


--
matpj
------------------------------------------------------------------------
matpj's Profile: http://www.excelforum.com/member.php...o&userid=21076
View this thread: http://www.excelforum.com/showthread...hreadid=527121