View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Héctor Miguel Héctor Miguel is offline
external usenet poster
 
Posts: 434
Default Include sheetname dynamically in named range?

hi, Dallman Ross !

I have a workbook with about 35 sheets in it and a chart that repeats on each page with the current data.
I would gladly convert it to a dynamically ranged chart
(so I can just replicate it on each sheet without editing the data source)
but the problem is getting the worksheet name into the range.
Can someone point out how I might do that?


FWIW & AFAIK, embedded charts remains linked to its original data source so,
cut/copy & paste embedded charts from one sheet to another, does not change the original links

one way could it be to have a sheet (chart embedded w/ formats) as "template",
copy template-sheet within same workbook and modify (current chart source) data in the new sheet
even with named ranges, excel can handle a new names set (global & local) for each sheet

or... vba ?

hth,
hector.