R
Rob
Hello all,
I found out how to place pictures on a powerpoint slide using this VBA-code:
ppApp.ActiveWindow.Selection.SlideRange.Shapes.AddPicture(FileName:=MyPICTUREPATH,
LinkToFile:=False, SaveWithDocument:=True, Left:=100, top:=220,
Width:=100).Select
The problem i encounter is that the picture is scaled to width=100 and
heigth is not scaled.
I would like the picture to scale proportionally to a width of 100 and a
height proportional with the width (so the picture is not distorted).
Can anyone help me?
Thank, Rob
I found out how to place pictures on a powerpoint slide using this VBA-code:
ppApp.ActiveWindow.Selection.SlideRange.Shapes.AddPicture(FileName:=MyPICTUREPATH,
LinkToFile:=False, SaveWithDocument:=True, Left:=100, top:=220,
Width:=100).Select
The problem i encounter is that the picture is scaled to width=100 and
heigth is not scaled.
I would like the picture to scale proportionally to a width of 100 and a
height proportional with the width (so the picture is not distorted).
Can anyone help me?
Thank, Rob