PowerPoint用VBA添加背景图片

Sub test()
    
    With ActivePresentation.Slides(1)
        .FollowMasterBackground = False
        .Background.Fill.UserPicture "C:\*****\abc.PNG"
    End With
    
End Sub


posted @ 2012-05-15 15:14  许阳 无锡  阅读(411)  评论(0编辑  收藏  举报