Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Well, there are lots of syntax variations which should work. I guess VB.net
is a little picky. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "doofy" wrote in message ... My reader automatically drops me to the bottom. This code worked for me: 'set data range oSeries = ws.ChartObjects(1).chart.seriescollection(1) 'names oSeries.XValues = ws.Range("b" & rowEnrolling, "b" & rowCnt - 1) 'values oSeries.Values = ws.Range("f" & rowEnrolling, "f" & rowCnt - 1) Jon Peltier wrote: These forums have traditionally been top-posted, at least for the past 8-10 years. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "doofy" wrote in message ... Jon Peltier wrote: Post on top like everyone else does, so it's easier to follow the thread. I believe this would be the only newsgroup where I was asked to top post. Are you sure the net nanny inquisition knows what you're doing here? ;-) I'll look into what you said about the longs. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to dynamically change the series range of a chart ? | Charts and Charting in Excel | |||
Programmatically find out if Chart displays Percentages | Charts and Charting in Excel | |||
copying data from an unopened file programmatically | Excel Discussion (Misc queries) | |||
How do I change a range name back to the underlying data range? | Excel Worksheet Functions | |||
Can I use named range in data range box when creating pie chart? | Charts and Charting in Excel |