I have just discovered VBA while trying to find a solution for the following scenario:
I have an Excel workbook with the following table:
And I'm trying to create a graph, showing each team's score in comparison. I want the graph to copy the cell's colors too, but this is not possible because the cells in column A, containing the Teams' names, have no fill.
What I'm trying to do, is to have a VBA code which automatically copies the color from B1 to A1, from B2 to A2, from B3 to A3, etc. I have found several articles, with codes, but none of them worked, because the cells in column B are filled with a certain color based on Conditional Formatting.
Also, since I'm very new to this, I will need you to explain how to perform a certain action related to VBA.