View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
travis travis is offline
external usenet poster
 
Posts: 43
Default adjusting charts using inside dimensions

Hi,

I am trying to standardize the sizes of multiple embedded charts so I can
copy the charts into Powerpoint. I can set the PlotArea
..Left,.Height,.Width,.Top numbers, but the left inside gridline of the chart
still shifts a little inside the PlotArea, which I assume is related to the
read only InsideHeight,InsideWidth, InsideLeft, InsideTop numbers. If you
want to set the constant dimensions of the inside area, does anyone know a
way to iterate through each chart to make these adjustments?

Thanks,

Travis