View Single Post
 
Old 08-19-2010, 10:18 AM
Jercook Jercook is offline Windows XP Office 2010 (Version 14.0)
Novice
 
Join Date: Aug 2010
Location: West Valley Utah
Posts: 13
Jercook is on a distinguished road
Cool 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.
Reply With Quote