Suppose that slide two in the active presentation originally had a title at the top of the slide that's been deleted, either manually or with the following line of code.
ActivePresentation.Slides(2).Shapes.Placeholders(1).Delete
This example restores the deleted placeholder to slide two.
Application.ActivePresentation.Slides(2) _
.Shapes.AddPlaceholder ppPlaceholderTitle