Best way to create 27 charts with vba?

  • Thread starter Thread starter Gunnar Johansson
  • Start date Start date
G

Gunnar Johansson

Hi,

I need to create charts (containing 3 different types of charts x 9) and I
have all range references as Names ready. How can I write the vba in the
most effective way? Surely, I shouldn't need to write down all 27 in a sub,
it will be huge and easy to get lost into.

There is also time factor to consider - will it be faster to have templates
to copy paste and then change the links?

Also I know there are some limities with using Named ranges and Charts, but
are unsure it will affect vba coding.

Any suggestions?

/Kind regards
 
Hi Gunnar,
I need to create charts (containing 3 different types of charts x 9) and I
have all range references as Names ready. How can I write the vba in the
most effective way? Surely, I shouldn't need to write down all 27 in a sub,
it will be huge and easy to get lost into.

Do you really need to see all 27 charts at the same time? You might be better
off creating three dynamic charts which you can change using e.g. some
dropdown controls.

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com
 
Hi,

It should be integrated into a report, where static text already exist. More
likely, I think of hiding some parts of the report sometimes, since there
will be a lot of work to convert the current layout etc.

Thanks for the idéa, anyhow. Any else with some old code template for me to
borrow..


/Regards
 
you might get a better response posting in

news://msnews.microsoft.com/microsoft.public.excel.charting
 

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