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/ChartsH...wToBubble.html
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
"MMV" <(E-Mail Removed)> wrote in message
news:21C8B4FA-AD1E-445C-8C8C-(E-Mail Removed)...
> 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.