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
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