ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

§R¹Ï¤ù¤£§R«ö¶s

¦^´_ 1# jesscc


    µ¹§A°Ñ¦Ò¡A.Type=8=>«ö¶s
    Dim shap As Shape
    For Each shap In .Shapes
        If shap.Type <> 8 Then
            shap.Delete
        End If
    Next

TOP

¦^´_ 3# jesscc


    ¨º´N12¸Õ¸Õ
If shap.Type <>12 Then

TOP

¥»©«³Ì«á¥Ñ lpk187 ©ó 2016-7-22 23:17 ½s¿è

¦^´_ 3# jesscc


    ­Y¤£ª¾type¬°¦ó¥i¥H§Q¥Î¤U¦C¥N½X¡A¥H³v¦æ°õ¦æ¨Ó§ä¥XTYPE

With Sheets("¶K¹Ï")
    Dim xx
    Dim shap As Shape
    For Each shap In .Shapes
        xx = shap.Type
        xx = shap.Name
    Next
End With

TOP

        ÀR«ä¦Û¦b : ¦h°µ¦h±o¡C¤Ö°µ¦h¥¢¡C
ªð¦^¦Cªí ¤W¤@¥DÃD