I have a set of data for which I have set up a rule in Conditional Formatting to apply a 3 color scale based on the cells' values. This works well - the cells' fill colors look right to me.
Now I would like to copy the fill color ONLY from this group of cells to another group (same row/column dimensions).
I tried to write a VBA macro that would copy the ".Interior.Color" property of each cell and paste in the corresponding cell of the second data set but that did not work. The "Interior.Color" property never changed even when the fill color was obviously different. I am assuming this is because Conditional Formatting changes the fill color in a different way than the "Interior.Color" property.
Any ideas how this can be done?
Now I would like to copy the fill color ONLY from this group of cells to another group (same row/column dimensions).
I tried to write a VBA macro that would copy the ".Interior.Color" property of each cell and paste in the corresponding cell of the second data set but that did not work. The "Interior.Color" property never changed even when the fill color was obviously different. I am assuming this is because Conditional Formatting changes the fill color in a different way than the "Interior.Color" property.
Any ideas how this can be done?