I think the first code is only for a specific slide
The code shown here should apply to the slidemaster. Note the slidemaster object in the code. In the previous code, 'SlideMaster' isn't present and when I tested it a few days ago, the previous code I sent to you applied only to the specified slide.
This code should be applied to the slidemaster, and all slides linked to the slidemaster:
Application.ActivePresentation.SlideMaster.Background.Fill _
.PresetTextured msoTextureGreenMarble
If this isn't the case, I probably don't understand what I am talking about.
|