Bulleted list VBA animation

  • Thread starter Thread starter John Oriente
  • Start date Start date
J

John Oriente

Hi All,
I was wondering if anyone has ever been successful in trying this. I have
a bulleted list that I wish to animate through VBA. However, I want each
bullet to make and entrance and exit with a different animation. How to i
get just one bullet to animate diferently then all the rest? btw, I am
using Powerpoint XP
Thanks in advanced for your help,
John Oriente
 
John,
You can achieve this without the use of VBA since you are using PowerPoint
XP.

1. Assign the desired animations (entrance/exit) for shape containing the
text range including the 1st paragraph.
2. On the Animation task pane, below each animation effect applied, there is
a button to expand contents. Click on it.
3. Entries for each animated paragraph will be listed.
4. Select the entry for the 1st paragraph.
5. Click on the 'Change' button and set the desired animation effect for the
1st paragraph.
6. Repeat for the other (exit) animations.

--
Regards
Shyam Pillai

Handout Wizard
http://www.mvps.org/skp/how/
 
Back
Top