Hi,
I have several questions regarding Excel charts?
1) In the VBA code, how can I name the chart that I just added?
2) What is the code for deleting a chart on a worksheet?
3) ActiveChart.SetSourceData Source:=mySheet.Range("A10:A12,C10:C12"
, PlotBy:=xlColumns
I would like to assign Range using the Cells(). How can I specify ranges that are not next to each other? ....like Range(Cells(10,1),Cells(12,1), Cells(10,3),Cells(12,3))
Thank you
I have several questions regarding Excel charts?
1) In the VBA code, how can I name the chart that I just added?
2) What is the code for deleting a chart on a worksheet?
3) ActiveChart.SetSourceData Source:=mySheet.Range("A10:A12,C10:C12"
I would like to assign Range using the Cells(). How can I specify ranges that are not next to each other? ....like Range(Cells(10,1),Cells(12,1), Cells(10,3),Cells(12,3))
Thank you