I have some excel sheets that are formatted like the following:
COMPANY | TOTAL | RGB
company1 | 10 | 255,000,000
company2 | 20 | 000,255,000
company3 | 30 | 000,000,255
...
My question is that I would like to have a macro that runs on this basic file and creates a bar graph with the data. Then it utilizes the RGB values in the column to change the specific bar for that row. Is this possible, and if so, can someone point me in the right direction? I know a little VBA but I can't figure out how to do this.
Thanks in advance..
Dustin
COMPANY | TOTAL | RGB
company1 | 10 | 255,000,000
company2 | 20 | 000,255,000
company3 | 30 | 000,000,255
...
My question is that I would like to have a macro that runs on this basic file and creates a bar graph with the data. Then it utilizes the RGB values in the column to change the specific bar for that row. Is this possible, and if so, can someone point me in the right direction? I know a little VBA but I can't figure out how to do this.
Thanks in advance..
Dustin