View Single Post
 
Old 09-19-2013, 12:23 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Sizing can only be "OFF" if the aspect ratio of the new image is different from that of the original. By default changing the width and height of images does not change the aspect ration.

You can enable this (and cause some distortion) by setting LockAspectRatio to off

Set oSource = ActiveWindow.Selection.ShapeRange(1)
Set oTarget = ActiveWindow.Selection.ShapeRange(2)
oTarget.LockAspectRatio = False
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote