Share via

Missing Powerpoint transition

Anonymous
2011-03-26T13:40:26+00:00

I can't find the newsflash transition for powerpoint 2010. I need it for a class.  How do i get it on my presentation?

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Steve Rindsberg 99,166 Reputation points MVP Volunteer Moderator
2011-03-26T14:25:31+00:00

I'm not sure why this effect was removed from the user interface, but it's still supported; you need to use a little VBA to get at it.  This macro will apply the NewsFlash effect to all currently selected slides:

Sub NewFlashMe()

With ActiveWindow.Selection.SlideRange

.SlideShowTransition.EntryEffect = ppEffectNewsflash

End With

End Sub

Need help using VBA code in PPT?

How do I use VBA code in PowerPoint

http://www.pptfaq.com/FAQ00033.htm

Was this answer helpful?

0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-10-11T01:28:53+00:00

    Worked great! Took me a few minutes to get it working, wouldn't preview from transitions toolbar, but was fine when I displayed it as a slide show. Pretty easy copy and paste to get it working.

    Thank you so much!!!!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2011-11-11T13:41:47+00:00

    Is this a Mac Rose??

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2011-11-11T02:15:45+00:00

    I have 2011 and I need Newsflash for a class too.  

    I am not a computer geek.  This answer does not help me.

    Was this answer helpful?

    0 comments No comments