I have an MS Project document that was set up by someone else, previously the schedule would change the cell colour based on if a cell had been modified in the last week. but this has stopped working. ive exhausted my knowledge trying to fix this without using VBA so now I need to start learning more about VBA.
Basically what i would like to do is
If cell last modified date <7 days set colour Yellow
if cell last modified date >7 days set colour White
and ideally this would only work on a set range of cells.
I know that this is not the level of detail that most questions here have and im basically brand new to VBA, but its never too late to learn right?
For a little background the last programming i have done was 20 years ago in university when I took a basic C++ course