B
bakalimbakalim
Sub Makro1()
ActiveWindow.Selection.SlideRange.Shapes("Picture 4").Select
ActiveWindow.Selection.ShapeRange.Delete
ActiveWindow.Selection.SlideRange.Shapes("Object 5").Select
ActiveWindow.Selection.ShapeRange.Delete
End Sub
this will remove picture 4 and object 5 in "a slide" but i want to do it in
all slides how can i do it?
ActiveWindow.Selection.SlideRange.Shapes("Picture 4").Select
ActiveWindow.Selection.ShapeRange.Delete
ActiveWindow.Selection.SlideRange.Shapes("Object 5").Select
ActiveWindow.Selection.ShapeRange.Delete
End Sub
this will remove picture 4 and object 5 in "a slide" but i want to do it in
all slides how can i do it?