Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default How do I get this to look at a date and loop down all the info

Pasty,

You can create as many conditions as you like:

If myCell.Value < "" And _
myCell.Value <= Now + 30 And _
myCell.Value = Now And _
myCell(1, 2).Value < "Notified" Then

HTH,
Bernie
MS Excel MVP


"Pasty" wrote in message
...
Hi there,

Its because the due date on some of the cells is less than the the date so
it is seeing it as an error. So I need to figure out how to get it to say if
the due date has passed then ignore and go through the rest and this is where
I am struggling.

Regards

Matt

"Bernie Deitrick" wrote:

Sorry. With the address in quotes, since it needs to be a string...

.Recipients.Add ")


HTH,
Bernie
MS Excel MVP





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
loop through code and refernce text file for info Sabosis Excel Discussion (Misc queries) 1 September 21st 11 01:40 AM
How do I use the IF function with info that contains a date? Red River Transport Excel Worksheet Functions 1 March 2nd 09 04:47 PM
Recovering File Info Specifically Save Date or Print Date Gadgetgw Excel Discussion (Misc queries) 4 October 6th 08 08:43 PM
Calendar and info for that date Jenn Excel Discussion (Misc queries) 0 January 5th 05 04:21 PM
Date selection loop Roger[_8_] Excel Programming 12 September 26th 04 12:53 AM


All times are GMT +1. The time now is 02:41 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"