Excel Charting and Active X Controls

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
 
A

Andy Pope

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
 

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