Hi All,
I have an interesting task here, never used VBA for anything like this before so I'm not quite sure how to go about it. I have a scatter plot of say 100 companies and I need to replace each "dot" with that company's logo. I have all the logos collected, and it is simple enough to identify an individual dot:
but I'm really not sure which direction to take it in. I'm not looking for code necessarily (although it would be nice), just wanted to get some thoughts.
I have an interesting task here, never used VBA for anything like this before so I'm not quite sure how to go about it. I have a scatter plot of say 100 companies and I need to replace each "dot" with that company's logo. I have all the logos collected, and it is simple enough to identify an individual dot:
Code:
SeriesCollection(2).Points(XX).Select
but I'm really not sure which direction to take it in. I'm not looking for code necessarily (although it would be nice), just wanted to get some thoughts.