ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Another problem with changeing a graph (https://www.excelbanter.com/excel-programming/290969-another-problem-changeing-graph.html)

Mark Scholes

Another problem with changeing a graph
 
Hi,

I used this code so I don't need to know the name of the
graph.

Sheets("Graph Book").Select
ActiveChart.Select
ActiveChart.SeriesCollection(1).XValues = Sheets
("Graph Data").Range("B1:IU1")

now I get this error
Unable to set the XValues property of the Series class


Tushar Mehta

Another problem with changeing a graph
 
What kind of a chart is it?

Is there a worksheet named Graph Data?

What does B1:IU1 contain?

What kind of a sheet is Graph Book? How do you avoid knowing the name
of the chart?

--
Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Hi,

I used this code so I don't need to know the name of the
graph.

Sheets("Graph Book").Select
ActiveChart.Select
ActiveChart.SeriesCollection(1).XValues = Sheets
("Graph Data").Range("B1:IU1")

now I get this error
Unable to set the XValues property of the Series class




All times are GMT +1. The time now is 06:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com