PDA

View Full Version : How to edit footer in attached slide through vba



skankatala
12-12-2018, 11:25 AM
23399

Hi I tried to access footer text as a shape and as a place holder, but it is not found. How can I edit footer text using vba in attached sheet

John Wilson
12-12-2018, 11:52 PM
It isn't a footer or a placeholder.

Try


ActivePresentation.Designs(1).SlideMaster.Shapes("Copyright") _
.TextFrame.TextRange = "Whatever"

skankatala
12-13-2018, 11:49 PM
Perfectly worked. Thank you John.

Is there a way to change the color of Copyright on a specific slide through vba?

John Wilson
12-14-2018, 02:26 AM
Not if the original is on the master