F
Fred
Hi there,
My aim is to use the formatting of the PlaceholderBody from the
SlideMaster in textboxes on slides, so that the formatting is the same
all over the textboxes used.
So, I copied the PlaceholderBody and pasted it to the slide. Now I have
another placeholder on the slide, but it's not visible in presentation
mode nor in printing.
Has anyone an idea?
Here's the code:
ActiveWindow.ViewType = ppViewSlideMaster
With ActivePresentation.SlideMaster.Shapes
.Placeholders(2).Copy
End With
ActiveWindow.ViewType = ppViewSlide
ActiveWindow.Selection.SlideRange.Shapes.Paste.Select
ActiveWindow.Selection.ShapeRange.Visible = msoTrue
Thanx in advance.
Fred
My aim is to use the formatting of the PlaceholderBody from the
SlideMaster in textboxes on slides, so that the formatting is the same
all over the textboxes used.
So, I copied the PlaceholderBody and pasted it to the slide. Now I have
another placeholder on the slide, but it's not visible in presentation
mode nor in printing.
Has anyone an idea?
Here's the code:
ActiveWindow.ViewType = ppViewSlideMaster
With ActivePresentation.SlideMaster.Shapes
.Placeholders(2).Copy
End With
ActiveWindow.ViewType = ppViewSlide
ActiveWindow.Selection.SlideRange.Shapes.Paste.Select
ActiveWindow.Selection.ShapeRange.Visible = msoTrue
Thanx in advance.
Fred