C
Charlie B.
I have a PPT 02/03 presentation which I have copied slides from various other
presentations. Some of the other presentations have Master Notes with
different boldings and bullets.
Can I get the notes portion of the slides in the aggregate PPT file to look
exactly as they did in the original files????
I am trying to do this using VBA code.
The slide portion was acoomplished by copying the .design object using
multiple masters. As in
With oDestination.Slides.Paste
.Design = oOriginalSlide.Design
But there is no way to do this for the notes.
presentations. Some of the other presentations have Master Notes with
different boldings and bullets.
Can I get the notes portion of the slides in the aggregate PPT file to look
exactly as they did in the original files????
I am trying to do this using VBA code.
The slide portion was acoomplished by copying the .design object using
multiple masters. As in
With oDestination.Slides.Paste
.Design = oOriginalSlide.Design
But there is no way to do this for the notes.