I reviewed several posts but none seemed to be the exact situation I have.
I am looking to use VBA to change the color of a row AND the entire page color based on the value of a cell in a row that is added. However, when the next row is added, the color of the prior row needs to stay but the entire page color needs to change based on the value of the new row and the new row needs to change color. Does that make sense?
So as the sheet gets filled, each individual row will be different colors based on the value of the cell "department" however the entire page color needs to change with the currently added row each time.
Is this possible with using only VBA?