Hello,
I am trying to change the tab sheet color when a cell (that has a drop down) is picked. The drop down also has conditional formatting as well.
"Graduated" to change to Green.
"Released" to change to Red.
"Resigned" to change to Yellow.
I'm very green when it comes to VBA, I've tried codes I've seen online to mimic what I'm doing but to no avail. Any assistance is greatly appreciated.
I am trying to change the tab sheet color when a cell (that has a drop down) is picked. The drop down also has conditional formatting as well.
- Sheets are named "Student1 to Student70" (they were a copied from Student1)
- N3 is the cell that has the drop down I will be using.
- the conditional formatting is "=$N$2" and the colors for the formatting are the same as below.
- I am using a macros enabled sheet.
"Graduated" to change to Green.
"Released" to change to Red.
"Resigned" to change to Yellow.
I'm very green when it comes to VBA, I've tried codes I've seen online to mimic what I'm doing but to no avail. Any assistance is greatly appreciated.