I\'m using this code to locate cells that are a certain color (changed by conditional formatting), then based on that values from the row are swapped to another sheet. However,
To get the color of the cell that is provided from Conditional Formatting one must use DisplayFormat
DisplayFormat
...Range ("BF" & i).DisplayFormat.Interior.Color...