Q
Question Boy
I have a simple table with three columns
1. Title
2. Value
3. Color
With data like
B 8 Blue
J 5 Yellow
V 12 Green
How can I using vba set the color for each pie chart segment based on the
specified color from the respective data from the color column. So the slice
representing B (8) would be blue and the J (5) would be yellow, etc.
Thank you
QB
1. Title
2. Value
3. Color
With data like
B 8 Blue
J 5 Yellow
V 12 Green
How can I using vba set the color for each pie chart segment based on the
specified color from the respective data from the color column. So the slice
representing B (8) would be blue and the J (5) would be yellow, etc.
Thank you
QB