Drill down through charts

S

simonguy

Is it possible to drill down through charts? i.e. by clicking on a
double line it will open up another linked chart which expands the
previous data series into another chart format?
I guess this must require VBA?
:confused:
 
J

Jon Peltier

This takes VBA, and chart events to capture the click or double click.
The easiest thing would be to have the other charts present in the
workbook, and the event notices which point was clicked, then activates
the appropriate chart.

- Jon
 
S

simonguy

Can you recommend the best course/book/CD that I can utilise in order
for me to learn VBA for Excel?
 
J

Jon Peltier

Simon -

This one is good, Power Programming, by John Walkenbach:

http://j-walk.com/ss/books/bookxl19.htm

Debra Dalgleish maintains an exhaustive list of books:

http://contextures.com/xlbooks.html

- Jon
-------
Jon Peltier, Microsoft Excel MVP
http://www.geocities.com/jonpeltier/Excel/index.html
_______

Jon said:
This takes VBA, and chart events to capture the click or double click.
The easiest thing would be to have the other charts present in the
workbook, and the event notices which point was clicked, then activates
the appropriate chart.

- 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