Hi,
I have more than three conditional formatting need to setup, but I couldn’t do it in excel 2003 because of the limitation. What codes can I use to put under Worksheet_Change event procedure, and it will do the following conditional formatting:
1) cell volume is equal to 100%, the fill color of cell is green
2) cell volume is equal to 95% – 99%, the fill color of cell is light blue
3) cell volume is equal to 90% – 94%, the fill color of cell is yellow
4) cell volume is below 94%, the fill color of cell is red
Thanks in advance.
Regards,