Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, let me give a little background first. I'm updating
an excel spreadsheet that goes by fiscal quarters. I have the user enter his start quarter and end quarter and then I want to have a graph automatically update for the user's entered data range. I have been trying to use the SeriesCollection, .Values and .Formula to be more specific. However, every time I try to set SeriesCollection (1).Values or SeriesCollection(1).Formula equal to something, I get a 1004 runtime error. It says "Unable to set the Values property of the Series class." What data type are .Values and .Formula supposed to be? Right now, mine are strings that, in excel, would be formulas when entered into a cell. Does anyone know any other way to change the data in an individual series in a graph? Any help would be appreciated. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
.SeriesCollection(2).Name and .Deselect | Charts and Charting in Excel | |||
VBA- SeriesCollection(1).Value error | Excel Programming | |||
VBA- SeriesCollection | Excel Programming | |||
calliing seriescollection by name | Excel Programming | |||
calling seriescollection by name | Excel Programming |