O
Ola
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Hi
I try to create some dynamic charts to a worksheet using named variables and it works great as long as I keep the workbook open, but when I close it and re-open it the workbook reference has been reset to [0] and the chart is not dynamic anymore. What do I do wrong?
In detail, this is what I do:
I define the names:
* chtRange to =Variables!$B$4, where Variables!$B$4 contains =COUNTA(Pace!C3:CU3)
* chtLen to =Variables!$B$3, where Variables!$B$3 contains 15
* chtPaceTotOpen to =OFFSET(Pace!$C$3ace!$CU$3;0;chtRange-MIN(chtRange;chtLen);1;MIN(chtRange;chtLen))
* chtPaceWeeks to =OFFSET(chtPaceTotOpen;-1;0)
Then I create a chart with
Y-values =stats.xlsx!chtPaceTotOpen
Category (X values) =stats.xlsx!chtPaceWeeks
It works great until I save, close and reopen the workbook. When I right click the chart and select "Select data source" this is what I get:
Y-values =[0]!chtPaceTotOpen
Category (X values) =[0]!chtPaceWeeks
and the chart does not update dynamically anymore.
Anyone have ideas how to fix this?
Thanks,
Ola
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Hi
I try to create some dynamic charts to a worksheet using named variables and it works great as long as I keep the workbook open, but when I close it and re-open it the workbook reference has been reset to [0] and the chart is not dynamic anymore. What do I do wrong?
In detail, this is what I do:
I define the names:
* chtRange to =Variables!$B$4, where Variables!$B$4 contains =COUNTA(Pace!C3:CU3)
* chtLen to =Variables!$B$3, where Variables!$B$3 contains 15
* chtPaceTotOpen to =OFFSET(Pace!$C$3ace!$CU$3;0;chtRange-MIN(chtRange;chtLen);1;MIN(chtRange;chtLen))
* chtPaceWeeks to =OFFSET(chtPaceTotOpen;-1;0)
Then I create a chart with
Y-values =stats.xlsx!chtPaceTotOpen
Category (X values) =stats.xlsx!chtPaceWeeks
It works great until I save, close and reopen the workbook. When I right click the chart and select "Select data source" this is what I get:
Y-values =[0]!chtPaceTotOpen
Category (X values) =[0]!chtPaceWeeks
and the chart does not update dynamically anymore.
Anyone have ideas how to fix this?
Thanks,
Ola