PDA

View Full Version : changing the color in many slides



arielon
03-13-2009, 03:20 PM
hi
I have a presentation, in which evey slide contains one text box that contains two words. I need to change the colors of the words in all the slides.
changing the colors is not difficult but I didn''t menage to write a code that runs over all the slides.
I am working with ppt-2003, and I am new in vb.

I would appriciate any help.

Arielon

Cosmo
03-13-2009, 04:30 PM
Did you use the text area from the Master slide? If so, you can change the text color on the master and it should apply to the slides that use that master.

If not, the problem will be in the code determining which text box(es) to change on each slide. Is it the only text box on each slide?

arielon
03-13-2009, 04:38 PM
hi
It isn't a text box from the masters slide. and yes it is the only text box in the slide.

John Wilson
03-14-2009, 06:02 AM
I posted some code on the Office Experts site (always good to note when you cross post BTW)

arielon
03-25-2009, 05:29 AM
Hi
I would like to learn vba for powerpoin. it seem that there aren't any on-line tutorials... I didn't find any book (there is one in amazon but it seem that it isn't programing oriented). do you have any advice?