Consistent Notes with slides from various PPT Files

G

Guest

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

Bill Dilworth

Correct, there is but one notes page master per presentation.

If you are using VBA already, you could, thru code, adjust the formatting
based on the text to achieve the standardization.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
yahoo2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 
G

Guest

Thanks, that is what I was hoping would not be the case. I have tried to
write code that would go through the formatting but have had little success
in doing it right.

I get screwed up on the nuances of bullets and bolding and which level of a
bulletted item I am in...let alone nested bulletts....

But you have confirmed that I was going down the right path.

Thanks again,
Charlie
 

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