PDA

View Full Version : Dynamic chart-Modify series formula from vba



clvestin
02-16-2011, 08:16 PM
I can use a worksheet dynamic range in a SeriesCollection.Add statement.
However, the chart is plotted with a static range.
What is the command form for modifying the series itself to dynamically update.
I'll include a small workbook that will better illustrate my dilemna.

mancubus
02-17-2011, 02:40 AM
maybe:

http://peltiertech.com/Excel/Charts/Dynamics.html

clvestin
02-17-2011, 11:08 AM
Ok-a Series.formula method allows
SeriesCollection.formula="=series(,,Sheet1!L1Curr,1)"