Sub test()
With ActivePresentation.Slides(1)
.FollowMasterBackground = False
.Background.Fill.UserPicture "C:\*****\abc.PNG"
End With
End Sub
PowerPoint用VBA添加背景图片
最新推荐文章于 2020-02-13 00:55:50 发布
Sub test()
With ActivePresentation.Slides(1)
.FollowMasterBackground = False
.Background.Fill.UserPicture "C:\*****\abc.PNG"
End With
End Sub