Doug Mutzig
Board Regular
- Joined
- Jan 1, 2019
- Messages
- 57
- Office Version
- 365
- Platform
- Windows
Good afternoon!
I have a table that is used for a schedule with several columns: Role, Name, Service, D1, D2, D3, etc. In the Day columns (D1, D2, etc.) the cells have data validation to show a list of possible codes.
The end user will fill out the schedule and once completed print the schedule to PDF. At this point I would like to have a cell fill with the current date/time of printing and to turn on formatting so that if any of the cells in the Day columns are changed they are filled with a bright orange color (#46 color code).
I have looked around and found some hints on this but they all work on the worksheet from the start which is not what I want to do. The schedule may be changed several times a day prior to being finalized and printed and I do not want those changes to be orange, only after they finalize (i.e. print the schedule for the first time). I am thinking that the formatting could be activated based on the value in a cell that shows the current date/time of printing (i.e. $A$4 > 0)
can this be accomplished with conditional formatting or vba?
Thank you very much for your help on this!
I have a table that is used for a schedule with several columns: Role, Name, Service, D1, D2, D3, etc. In the Day columns (D1, D2, etc.) the cells have data validation to show a list of possible codes.
The end user will fill out the schedule and once completed print the schedule to PDF. At this point I would like to have a cell fill with the current date/time of printing and to turn on formatting so that if any of the cells in the Day columns are changed they are filled with a bright orange color (#46 color code).
I have looked around and found some hints on this but they all work on the worksheet from the start which is not what I want to do. The schedule may be changed several times a day prior to being finalized and printed and I do not want those changes to be orange, only after they finalize (i.e. print the schedule for the first time). I am thinking that the formatting could be activated based on the value in a cell that shows the current date/time of printing (i.e. $A$4 > 0)
can this be accomplished with conditional formatting or vba?
Thank you very much for your help on this!