Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I recorded a copy of a chart and paste to new location on a work sheet and recorded the value for the chart. I'm trying to use vba to do this, but the following code has an error. What is wrong with it. Code:
ActiveChart.SeriesCollection(1).XValues = "=reject!R2C" & Fcol + 1 & ":R3C" & Lcol - 2 & """" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
chart a location | Excel Discussion (Misc queries) | |||
How to specify location for chart in VBA | Excel Discussion (Misc queries) | |||
Copy Chart and Insert in new Sheet as picture over the same location | Excel Programming | |||
Chart location | Excel Discussion (Misc queries) | |||
location of chart | Charts and Charting in Excel |