scaling a range

C

cate

Building a chart where any series is added like this

myChart.SeriesCollection(5).Values = "='sheet1'!R63C72:R63C79"

I there a way to scale this, divide each value by X, with some kind
of range collection operation (looked for some array function couldn't
find one), or do I have to touch each cell and recalculate before
defining the SeriesCollection? Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top