Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Chart SourceData Question??

Status
Not open for further replies.

MoGolgo

Programmer
Apr 12, 2002
1
GB
Hi,

Does anybody know how to extract the SourceData range from an Excel chart in Excel 2000. I understand you can set the range by using :-

ActiveChart.SetSourceData Source:=Sheets("Sheet1").Range("A3:D3")


I need to be able to check that the range ("A3:D3")was used in a chart using VBA code.

Thanks
Mo
 
Use the Chart.Series.Formula property (play with it, you'll see).
Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top