I have a sheet with an chart in it. I am using another sub to create another chart, and would like to place it UNDER the first chart.
I know how to set the position of a chart using .Top or .Left, but don’t know how to retrieve the position of the first chart. Any suggestions?
I tried:
Activesheet.ChartObjects(2).Top = Activesheet.ChartObjects(1).Top
–> This works just fine, but the charts are overlapped. I need to replace the last “.Top” with “.Bottom”, but “.Bottom” is not accepted (In fact, optimally, I would like to place at the bottom of the first chart with a little gap).
Sounds easy, but can’t quite do it!
Thanks,
Al
Is this what you are trying?