LockAspectRation does not change for OLE charts

A

avi

Hello,

In version 12.0 (office 2007) , i use
ActiveWindow.View.PasteSpecial
DataType:=ppPasteOLEObject
to copy a chart from Excel as an OLE object

When i try to change with VBA the LockAspectRatio status, nothing
happens although no error is reported
(ActivePresentation.Slides(1).Shapes(1).LockAspectRatio = msoTrue)

In previous versions, the change works perfectly

Please help
Avi
 
Top