With statement help

B

Brad

So here's what i've got. I get a Run-time error '1004': Application-defined
or object-defined error on the marked statement.


With Charts("FTCChart")
.SeriesCollection(1).Name = "=RawData!$D$1"
-> .SeriesCollection(1).Values = _
Worksheets("RawData").Range(Cells(3, 6), Cells(a, 6))
End With

Please help
 

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