View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
ker_01 ker_01 is offline
external usenet poster
 
Posts: 395
Default Dynamic charts in 2007

Ok, more searching and more playing, and I'm a lot closer than I was. Now
I've hit something that appears to be a bug(?)

From my user's data table, I created 7 named ranges. The first is the real
dynamic named range [=OFFSET(Graphs!$B$14,0,0,1,COUNT(Graphs!$B$14:$M$1 4))]
and all of the rest are offsets from that range[ e.g., =OFFSET(NCR, 1,0)].
All have the scope 'workbook'.

So when I enter new data into the table, all of the series show their new
entries *except* my main named range, NCR. That one just stays blank on the
graph. The named range is autoexpanding to include the new months, they just
aren't showing on the graph. Any entries in the other named ranges do show as
expected.

Any ideas why my primary range isn't updating?

Thanks!
Keith


"ker_01" wrote:

I've used dynamic charts in 2003 for several years. I now have an internal
customer who has moved to 2007 and would like some dynamic charts. I obtained
access to a 2007 machine, loaded his current workbook, and noted that the
interface is very different.

I am accustomed to right-clicking a chart, selecting 'source data', then
going into the series tab to put the named range in.

In this workbook, I right click and the closest option I have is 'select
data' which brings up a 'select data source' userform that is set to a full
range (multiple series) of data.

Since this is my first exploration of Excel2007, I don't know if this is an
issue with my not knowing where to look, the setup of this particular
file/graphs, or something about 2007 overall.

I did google and revisit all the sites I knew about that had info on dynamic
charting, but they all seem to point toward the individual series like what
I'm used to in 2003.

Can anyone give me a nudge in the right direction?

Thanks!
Keith