Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Simon,
for some reason, i get a message "invalid property" and the word MyCell is highlighted directly under the word NEXT regs Nigel "Simon Lloyd" wrote: As an add to my last post try this Nigel: Code: -------------------- Sub find_date() Dim Rng As Range, MyCell As Range, MyMsg Set Rng = Range("C1:C" & Range("C" & Rows.Count).End(xlUp).Row) For Each MyCell In Rng If MyCell <= Date - 365 Then MyMsg = MyMsg & vbLf & MyCell.Offset(0, -2).Value & " - Row " & MyCell.Row End If Next MyCell MsgBox MyMsg End Sub -------------------- See how you go with that :) NigelShaw;574320 Wrote: Hi, This is related to VBA i need to try and find a date in range ("C:C"). if the date =< todays date + 365 ie 12 months or less, flash a message with the name in the same row but in column ("A:A"). firstly, is this achievable? im an access VBA person and havent done excel for a long time :( secondly, if it is, can it loop through the rows in column C until it reaches the end and flash a message for each date hitting this condition? hope someone an help :) Nigel -- Simon Lloyd Regards, Simon Lloyd 'Microsoft Office Help' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=158704 Microsoft Office Help . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Certain Dates | New Users to Excel | |||
finding a range of dates to total | Excel Discussion (Misc queries) | |||
Finding data by dates | Excel Worksheet Functions | |||
Finding dates within a date range | Excel Worksheet Functions | |||
Finding Dates in a date range | Excel Discussion (Misc queries) |