Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to "formularize" the data range for a graph
using VBA code so that when my data updates, I can update my graph accordingly (i.e. when data updates, range for graph changes). Cannot figure out how to do this as Excel doesn't accept the conventional VBA code for ranges when dealing with graphs, at least it seems. When using Macro recorder, the following is generated. ActiveChart.SeriesCollection(1).XValues = "Summary! R4C1:R39C1" This doesn't work. I don't want to set the graph for a very large range that I know will cover everything because Excel will graph the null or zero values, greatly distorting the graph. Can anyone help. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data for Graphs | Excel Discussion (Misc queries) | |||
How can I make graphs if without any data available? | New Users to Excel | |||
Data Analysis and Graphs | Excel Discussion (Misc queries) | |||
Define range for graphs/charts with validation list | Excel Discussion (Misc queries) | |||
How do I make range bar graphs in Excel 2002? | Charts and Charting in Excel |