I want to

1. select a particular slide from the active presentation
A. assuming something like the following for slide number 8
ActivePresentation.Slides(8).Select
2. select/Delete most of the shapes that are on that slide.
A. if the shape has the word "placeholder" it will stay on the slide
B. a slide could have 2 items or 5.
C. names of pictures will vary
D. they could have Rectangle 5, Slide Number Placeholder1, and Picture 3 as names
3. then I will insert a photo from a file to replace the deleted one(s)....

my focus for this question is selecting the items and getting them deleted.