View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Copy Sheet with dynamic chart?

This happens to local names when used as source data in a chart. It's an
inconvenient feature.

Move the sheet to a new book, save this workbook, and close the original
workbook without saving. Now open the new book whenever you need the chart,
and copy the sheet to wherever you need it. You could turn the new workbook
into a template, and insert a new sheet based on this template.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Yurble" wrote in message
ps.com...
Dear all,

I have a sheet with some dynamics charts, and when use "move or copy"
to copy the sheet, all the chart formula changed to fix series
numbers.

Is there anyway to copy sheet in which dynamic charts keep it dynamic
formula?

In case you didnt know, I use "local define name" in the chart fomula.

Thanks all.