Bubble Charts in C++ Automation

M

MMV

Does anyone automated bubble charts in C++ before? I am trying to do this and
it doesn't have this option in C++. Please send snippets of code if
applicable.
 
J

Jon Peltier

It doesn't have the option? Or you're encountering errors?

It's certainly possible to create bubble charts in Excel VBA, so it should
be straightforward to convert the VBA code to C++. Note that using recorded
macro code will likely crash, since the macro recorder puts some steps out
of order. I've described the pitfalls and fixes here:

http://peltiertech.com/Excel/ChartsHowTo/HowToBubble.html

- Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top