Hello all,
I have run into a very common issue from what I can see, I need more than the allowed 3 conditional formats. I would like to format cells in range D17:D300 based on B17:300. The cell in column B could have a 1,2,3,4, or "E" in it and I would like to change the fill pattern of the coresponding cell in D based on B.
My code thus far will allow me to change a cell based on its own contents but that is all, and it will not update automatically.
Any VBA code input would be great, thanks
I have run into a very common issue from what I can see, I need more than the allowed 3 conditional formats. I would like to format cells in range D17:D300 based on B17:300. The cell in column B could have a 1,2,3,4, or "E" in it and I would like to change the fill pattern of the coresponding cell in D based on B.
My code thus far will allow me to change a cell based on its own contents but that is all, and it will not update automatically.
Any VBA code input would be great, thanks