View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Bubble Charts in C++ Automation

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 he

http://peltiertech.com/Excel/ChartsH...wToBubble.html

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"MMV" wrote in message
...
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.