1
I want to create a following macro in PowerPoint 2007: Add specific animation to selected object, pressing hotkey.
I already enabled Developer page, but I can't find how to record my actions and assign hot key.
1
I want to create a following macro in PowerPoint 2007: Add specific animation to selected object, pressing hotkey.
I already enabled Developer page, but I can't find how to record my actions and assign hot key.
3
The macro recorder is not available in Microsoft Office PowerPoint 2007. Instead, you can use Visual Basic for Applications (VBA) to create or edit macros. To create or edit a macro by using VBA, do the following:
Source: MS Powerpoint 2007 Help File
According to Steve Rindsberg, PPT MVP, macro recorder wasn't all that great even in 2002/2003. It missed all animation stuff and other things. With all the changes to the object model in 2007, bringing the recorder up to speed would've taken a LOT of work. They probably decided the resources would be better spent on other features and rather than deal with a lot of tech support problems with the macro recorder, and they removed it. (Tech-archive)
2
Start by enabling the developer tool bar: office button | PowerPoint options | Popular | Show Developer Tab In Ribbon.
Then follow the other answer.
this is not what I want. I don't want to input VBA code, I want to record my actions (animation setting specifically) and set up hotkey for it. I don't know how to do this in VBA editor – sergtk – 2010-03-06T05:28:08.737
@sergdev: No macro recorder => your only option is to write VBA. – Richard – 2010-03-06T09:00:39.937
I want to record my action, but not to input VBA code and want also to set up hotkey – sergtk – 2010-03-06T05:28:52.603
Unfortunately, you are not allowed to do that in Powerpoint 2007 as I stated in my answer. – Mehper C. Palavuzlar – 2010-03-06T08:48:20.227