我需要使用 VBA 偏移 MS PowerPoint 中的背景图像。我可以添加背景图像,但不知道如何抵消它。因此,在这里需要一点帮助:
这是我添加背景图像的 VBA 代码:
With ActivePresentation.Slides(1)
.FollowMasterBackground = False
.Background.Fill.UserPicture ("C:\Users\<user>\Pictures\Camera Roll\bg.jpg")
End With
*我使用的是 MSO 2016 版本。
非常感谢!