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
Thanks for your help but actually I am just doing it using VBA...
ActiveWindow.Selection.ShapeRange(1).Name = "newname"
Cheers