Looping through Slide Master Layouts Summary: what is demonstrated in this example? determine how many, then loop through how many Slide Masters you have determine how many, then loop through each custom layout of each Slide Master determine if any shape is out of bounds of the Slide Master height if the shape meets certain required conditions set the activewindow so the user can see the slide being examined select the shape with your matching conditions, making it visible to the use later call a subroutine/function to act on your shape pass variables to a subroutine use a case statement that evaluates your shape.type use a msgbox to ask to user what do do with the matching shape If you need to use VBA to update your Slide Master and it's Layouts First, there may be more than one Slide Master, and each SM will likely have multiple layouts. modify the SM, then loop through each of it's layouts to modify them as well repeat for each SM, if more than one exists In the following ex...
Comments
Post a Comment