首页>文档>PPT文档>PPT宏代码>图片批量变成灰色

图片批量变成灰色

Sub 图片批量去色()
    Dim oshp As Shape
    Dim osld As Slide
    For Each osld In ActivePresentation.Slides
        For Each oshp In osld.Shapes
            If oshp.Type = msoPicture Then
                oshp.PictureFormat.ColorType = msoPictureGrayscale
            End If
        Next oshp
    Next osld
End Sub
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索