VBA - Change fonts of all objects?

M

Mel

(PPT 2003 mostly and sometimes 2007)

I made a macro for replacing ALL the Arial fonts in my presentation to
the font Broadway using:

ActivePresentation.Fonts.Replace Original:="Arial",
Replacement:="Broadway"

But I noticed it doesn't change fonts in certain objects like charts
and wordart. Are there others it doesn't change? What code do I need
to do change every text object using Arial to Broadway?

Thanks,
Melina
 

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