Applescripting Powerpoint Help

Hello,

I am new to applescripting. I have been trying to figure out why my script below is not working. I have tried every variation possible and it still won’t work. What I am trying to do is set the footers of my power point to a certain font and size. Is this just not scriptable or something?

tell application "Microsoft PowerPoint"
	set font name of font of footer of slide 2 of active presentation to "Times"
	set font size of font of footer of slide 2 of active presentation to 36
end tell