Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Needing code that looks at a Column B on Tab "123" and if there are any dates < todays date then change to todays date. Thanks, Aaron |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub fixdate()
For Each c In Range("b2:b22") If IsDate(c) And c < Date Then c.Value = Date Next End Sub -- Don Guillett SalesAid Software "Aaron" wrote in message ... Hello, Needing code that looks at a Column B on Tab "123" and if there are any dates < todays date then change to todays date. Thanks, Aaron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dates That Change | Excel Worksheet Functions | |||
Dates change the next day. | Excel Worksheet Functions | |||
How do I change dates from dd/mm/yy to mm/dd/yy | Setting up and Configuration of Excel | |||
Excel dates change | Excel Worksheet Functions | |||
how can i change dates from US to UK format | Excel Discussion (Misc queries) |