Excel Charting and Active X Controls

  • Thread starter Thread starter tanner.robin
  • Start date Start date
T

tanner.robin

Is there a way to use active x controls to make a scroll over pop up
with excel charts? The same kind of concept that is implemented with
comments when you mouse over the cell.

Thanks,
R Tanner
 
Hi,

You can position an activex control over a chartobject, which could
react to MouseMove events.
You can not embed activex controls in the chartobject or chartsheet.

Chart sheets do have there own events, including mousemove.

Chart objects can have events but you need to create a class to capture
them.

Further reading on the subject,
http://www.computorcompanion.com/LPMArticle.asp?ID=221

Cheers
Andy
 
Back
Top