I created a PPT template to insert a picture(pic is under same folder as PPT file), but it shows the error message:

run-time error '-2147024809'(80070057)': the specified file was not found.

The error has shown up when we turned to office 365, and the codes are blow:
Sub Eclipse12_5()
    ActiveWindow.Selection.SlideRange.Shapes.AddPicture( _
        FileName:="125mg.png", _
        LinkToFile:=msoFalse, _
        SaveWithDocument:=msoTrue, Left:=165, Top:=70).Select

    ActiveWindow.Selection.SlideRange.Shapes.AddPicture( _
        FileName:="text.png", _
        LinkToFile:=msoFalse, _
        SaveWithDocument:=msoTrue, Left:=625, Top:=20).Select

End SubThanks for your help      您好;获取帮助,会有专门的工程师为您进行。https://social.msdn.microsoft.com/Forums/zh-tw/home如果的对您有所帮助,请您标记。这将会帮助到其他与您遇到同样问题的用户!非常感谢您为本站作出的贡献!如您的问题没有解决,您可以再次帖子,会继续为您提供技术支持秉承客户至上的服务理念。如果您对工程师在论坛中的服务有意见与建议,欢迎提出,以便提供更优质的服务。MicrosoftAnswers欢迎您!此是否有帮助?是否抱歉,这没有帮助。太棒了!感谢你的反馈。你对此的满意度如何?感谢你的反馈,它能帮助改进网站。你对此的满意度如何?感谢你的反馈。

点赞(19) 打赏

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部