Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-22-2013, 03:09 PM
bknollman3 bknollman3 is offline Reverse Order for Flashcards? Windows 7 64bit Reverse Order for Flashcards? Office 2010 64bit
Novice
Reverse Order for Flashcards?
 
Join Date: Mar 2013
Posts: 2
bknollman3 is on a distinguished road
Default Reverse Order for Flashcards?

I am using powerpoint to create flashcards for my language studies. I just set up 2 lines of text with the word in each language and set the animation of the second line to appear after the first line. I found a helpful macro that randomizes the order of the slides so that I am not always going through the words in the same order. However, it would also be very helpful to be able to reverse the order- currently the English word is shown first and I try to come up with the word in the foreign language. Is there an easy way to reverse the order so that the foreign language is shown first and I come up with the English word, without having to go through the whole slideshow and manually reverse the animations for each individual slide? Is there a setting, or a simple macro that can do that?
Reply With Quote
  #2  
Old 03-23-2013, 01:43 AM
JohnWilson JohnWilson is offline Reverse Order for Flashcards? Windows 7 64bit Reverse Order for Flashcards? Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Would be good to see the file but if there are only 2 simple animations try:
Sub reversi()
Dim osld As Slide
For Each osld In ActivePresentation.Slides
If osld.TimeLine.MainSequence.Count = 2 Then ' 2 animations
osld.TimeLine.MainSequence(2).MoveTo 1
End If
Next osld
End Sub
BTW We have a proper flash card creation AddIn (not free but cheap)

http://www.pptalchemy.co.uk/flashcards.html
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials

Last edited by JohnWilson; 03-23-2013 at 04:50 AM.
Reply With Quote
  #3  
Old 03-23-2013, 06:34 AM
bknollman3 bknollman3 is offline Reverse Order for Flashcards? Windows 7 64bit Reverse Order for Flashcards? Office 2010 64bit
Novice
Reverse Order for Flashcards?
 
Join Date: Mar 2013
Posts: 2
bknollman3 is on a distinguished road
Default

That worked perfectly, and I checked out the addin. Thanks so much!
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
wildcards in find & replace to reverse word order jeffk Word 3 11-11-2012 01:47 PM
Reverse Order for Flashcards? Reverse animation when reversing through slides clients PowerPoint 1 09-28-2010 08:49 PM
Reverse TOC question tpintar Word 1 09-09-2010 07:43 AM
Reverse order of headings throughout Word my_vine_figtree Word VBA 1 08-17-2010 01:46 AM
Office 2007 Ribbon Change Cannot Reverse Russ Office 0 04-29-2010 01:59 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:54 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft