PP2007 VBA - reset noticepages

M

Mario Batz

Hallo,

PowerPoint 2007-VBA

1. how can i reset in with VBA the layout of noticepages, that the
noticepage looks like the noticemaster?

2. And i need the header/footer of the noticemaster on alle noticepages.
This Code dont work on the noticepages:
With ActivePresentation.NotesMaster.HeadersFooters
.DateAndTime.Visible = msoTrue
.HeaderVisible = msoTrue
.Footer.Visible = msoTrue
.SlideNumber.Visible = msoTrue
End With

thx for all ideas ...

MfG
Mario
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top