A
Andre
I am creating a PowerPoint presentation from Access 2007.
The problem I have is that when I insert a picture into a picture place
holder in a PowerPoint template, the pictures aspect ratio is not retained or
the picture is not sized to fit in the shape.
The code I use to do this is:
..Shapes.AddPicture(strPicture, msoFalse, msoTrue, .Shapes(intShapeNo).Left,
..Shapes(intShapeNo).Top).LockAspectRatio = True
How can I insert a picture and re-size it to fit the shape and retain the
pictures aspect ratio?
The problem I have is that when I insert a picture into a picture place
holder in a PowerPoint template, the pictures aspect ratio is not retained or
the picture is not sized to fit in the shape.
The code I use to do this is:
..Shapes.AddPicture(strPicture, msoFalse, msoTrue, .Shapes(intShapeNo).Left,
..Shapes(intShapeNo).Top).LockAspectRatio = True
How can I insert a picture and re-size it to fit the shape and retain the
pictures aspect ratio?