Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In column B I have a long list of sequential dates like below:
4/15/09 4/16/09 4/17/09 4/18/09 .. .. .. 4/30/09 5/1/09 and so on. In a macro I would like to identify which row contains todays date so that I can perform some additional function on cells to the right of this date. I've tried a loop that searchs through column B like below but obviously I don't have the right test: If cells(i,2) = format(now(), "mm/dd/yy") then I think the Find function might also work but I haven't a clue how to do this. Suggestions would be greatly appreciated. TIA John Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is there a formula that will subtract todays date from a hire date | Excel Worksheet Functions | |||
Making a date go red, if date passes todays date. | Excel Worksheet Functions | |||
Exel increment date problem wrt todays date. | Excel Worksheet Functions | |||
Create a button that will date stamp todays date in a cell | Excel Discussion (Misc queries) | |||
When I open my past invoice it keeps changing date to todays date | Excel Worksheet Functions |