2012-04-23 31 views

回答

2

你的意思是这样吗?

Option Explicit 

Sub Sample() 
    Dim shp As Shape 

    Set shp = ActivePresentation.Slides(1).Shapes("Picture 1") 

    With shp 
     .ScaleHeight 1, msoTrue 
     .ScaleWidth 1, msoTrue 
    End With 
End Sub 
+0

谢谢悉达思。这就是我要的。感谢一吨 – 2012-04-23 11:27:20

+0

+1不错的希德 – 2012-04-23 23:48:26