paddydive
Active Member
- Joined
- Jun 30, 2010
- Messages
- 460
Hi,
I have recorded a macro which creat a Pia Chart. I hv also recorded location of the chart which is on sheet Main.
My requirement is that can i put the chart on Cell J22. is it possible.
below is my code :
charts.Add
Activechart.ChartType =xlPie
activechart.SetSourceData Source:=Sheets("Sheet4").Range("U83:V84")
activechart.Location where:=xlLocationAsObject, Name:="Main"
I have recorded a macro which creat a Pia Chart. I hv also recorded location of the chart which is on sheet Main.
My requirement is that can i put the chart on Cell J22. is it possible.
below is my code :
charts.Add
Activechart.ChartType =xlPie
activechart.SetSourceData Source:=Sheets("Sheet4").Range("U83:V84")
activechart.Location where:=xlLocationAsObject, Name:="Main"