Renaming Objects in PowerPoint

后端 未结 3 2031
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 11:28

Probably a very stupid question but I can\'t figure how to rename an object in PowerPoint.. For example, all my Graphs are called by default \"Graph 1\" etc. Could someone help

3条回答
  •  你的背包
    2021-02-05 12:00

    Thanks for your help but actually I am just doing it using VBA...

    ActiveWindow.Selection.ShapeRange(1).Name = "newname"
    

    Cheers

提交回复
热议问题