par60056
Well-known Member
- Joined
- Jul 26, 2012
- Messages
- 1,581
- Office Version
- 2011
- 2010
- Platform
- Windows
- MacOS
Somebody asked me to help them with a graph. I know very little about graphing.
They have the following table:
<tbody>
</tbody>
They created a scatter chart(actually 100s of dots). Now they are asking if I can create some VBA to change the color of each dot in the scatter chart.
I wanted to try to index through the points and look up the color on the raw data but I cannot find the original x,y values in the point object to then use to lookup on the raw data.
Any suggestions?
They have the following table:
x | y | size | color |
4 | 5 | 1 | 5 |
2 | 7 | 1 | 3 |
3 | 9 | 2 | 7 |
<tbody>
</tbody>
They created a scatter chart(actually 100s of dots). Now they are asking if I can create some VBA to change the color of each dot in the scatter chart.
I wanted to try to index through the points and look up the color on the raw data but I cannot find the original x,y values in the point object to then use to lookup on the raw data.
Any suggestions?