Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am pasting some Excel charts of various sized into PowerPoint slides. I
would like to have the charts take up the width of the powerpoint slide and all charts to have the same height in the slide. This what I am currently doing ActiveChart.ChartArea.Select ActiveChart.CopyPicture Appearance:=xlScreen, Size:=xlScreen, Format:=xlPicture ppSlide.Shapes.Paste.Select ppApp.ActiveWindow.Selection.ShapeRange.Align msoAlignLefts, True ppApp.ActiveWindow.Selection.ShapeRange.Align msoAlignTops, True This only puts the charts inthe top left corner but does not make them the width of the slide. Is there a command that will do this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Chart Scaling | Charts and Charting in Excel | |||
Scaling within a chart | Charts and Charting in Excel | |||
Macro for Chart Scaling | Excel Programming | |||
value of chart scaling | Excel Programming | |||
Chart Scaling | Excel Programming |