I am creating a PowerPoint template that allow users to edit the entire slide deck from the first slide.
I allow users to select logos, enter text, and select slide sections. Once they push update it will update the entire deck.
The next thing I want to do is allow users to enter a primary and secondary color(RGB values). Once they push the button, I want the deck to change the color of all shapes to either the primary or secondary color. I am trying to do this with the name of the shape. Is there a way to loop through all the shapes and change the color of the shape if the name has "_main" or "_secondary" in it's name?
I am not sure if this is the right way to go about it, so I'm open to other suggestions.
I appreciate the help.