ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Making cells change color after a specified period of time. (https://www.excelbanter.com/excel-programming/287964-making-cells-change-color-after-specified-period-time.html)

Marc

Making cells change color after a specified period of time.
 
Hi,

Does anyone know how to color cells after 30 days.

Thanks for your help

Anonymous

Making cells change color after a specified period of time.
 
after 30 days of what?
-----Original Message-----
Hi,

Does anyone know how to color cells after 30 days.

Thanks for your help
.


Rob van Gelder[_4_]

Making cells change color after a specified period of time.
 
Do you mean:
The date in the cell <NOW() - 30 ? In which case you could use conditional
formatting using that as a criteria.

Or do you mean, the cell has not been changed in the last 30 days.
One possibility is to capture changes to a worksheet by hooking the _Change
event.
Then on a hidden sheet, paste the current date/time in the cell of the same
row/column.

If neither, then you'll have to clarify.

Rob



"Marc" wrote in message
...
Hi,

Does anyone know how to color cells after 30 days.

Thanks for your help




No Name

Making cells change color after a specified period of time.
 
Sorry. There will be a cells with a dates and from those
dates anyhting over 30 days will change color
-----Original Message-----
Do you mean:
The date in the cell <NOW() - 30 ? In which case you

could use conditional
formatting using that as a criteria.

Or do you mean, the cell has not been changed in the last

30 days.
One possibility is to capture changes to a worksheet by

hooking the _Change
event.
Then on a hidden sheet, paste the current date/time in

the cell of the same
row/column.

If neither, then you'll have to clarify.

Rob



"Marc" wrote in message
...
Hi,

Does anyone know how to color cells after 30 days.

Thanks for your help



.



All times are GMT +1. The time now is 10:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com