my VBA skills aren't the best so bear with me. I want to format the fill colour of cells based on their values. I know how to do this using Conditional Formatting, however this takes a bit of time to do. Can anyone share some VBA code to automate this process?
I want the cells with values less than 100 to have a green fill colour, the cells greater than 100 but less than 2500 to be yellow and anything greater than this to be red?
Your help would be much appreciated. Thanks Ian