Chart Selection

  • Thread starter Thread starter zephyr
  • Start date Start date
Z

zephyr

I have 10 charts; each chart has five curves generated from five rows.

Instead of having 10 charts on the worksheet, is it possible to have a drop
down box so that only one of the charts with the five curves can be selected
and shown.

Is there a simple way of doing this? Any assistance would be appreciated.

Zephyr
 
1. create or record a macro for each chart that builds and positions the chart
2. insert a data validation pull-down in some cell that lists the possible
charts
3. insert a worksheet event macro to monitor the pull-down cell and
delete/build a chart based on the input
 
I will have a go at using the suggestions provided, many thanks for the
responses provided.

Zephyr
 

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

Back
Top