Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there a fast way to find the data source in a number of charts and replace that (w/o going to the data source window and edit)with a new data source( especialy for chats coppied from another sheet where they keep their link to the original sheet) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One approach is to use Defined Names in your chart series.
instead of Sheet1!A1:A15 use Sheet1!myrange than in your code you can use: ActiveWorkbook.Names.Add Name:="myrange", _ RefersTo:="=Sheet1!A1:A15" Now just let your code change the range reference and your chart will change. steve wrote in message om... Hi, Is there a fast way to find the data source in a number of charts and replace that (w/o going to the data source window and edit)with a new data source( especialy for chats coppied from another sheet where they keep their link to the original sheet) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I edit replace source data links for a chart? | Charts and Charting in Excel | |||
pie chart & column chart w/same source data | Charts and Charting in Excel | |||
Use detailed data in one worksheet to create summary data as chart source | Charts and Charting in Excel | |||
How do you link chart source data when you copy the chart? | Charts and Charting in Excel | |||
Source data for a Chart | Excel Discussion (Misc queries) |