Randomize the order of slides in a presentation

Posted on November 26, 2007. Filed under: 0x50-rogram, 0x57-indows |

This macro from PowerPoint MVP Brian Reilly will randomize the order of slides in a presentation:

Sub sort_rand()

Dim i As Integer
Dim myvalue As Integer
Dim islides As Integer
islides = ActivePresentation.Slides.Count
For i = 1 To ActivePresentation.Slides.Count
myvalue = Int((i * Rnd) + 1)
ActiveWindow.ViewType = ppViewSlideSorter
ActivePresentation.Slides(myvalue).Select
ActiveWindow.Selection.Cut
ActivePresentation.Slides(islides - 1).Select
ActiveWindow.View.Paste
Next

End Sub

Technorati Tags: , ,


Read Full Post | Make a Comment ( None so far )

Recently on Daily Packet…

Single DHCP server for multiple VLANs

Posted on November 1, 2007. Filed under: 0x4E-etwork |

Delete all hyperlinks on a sheet

Posted on September 28, 2007. Filed under: 0x50-rogram, 0x57-indows |

dhclient – Dynamic Host Configuration Protocol Client

Posted on August 21, 2007. Filed under: 0x55-nix |

Life Logger – Keeping track of your time

Posted on August 15, 2007. Filed under: 0x50-rogram |

Reading BIOS information for Linux

Posted on August 13, 2007. Filed under: 0x55-nix |

Grep MAC address from under Linux

Posted on August 13, 2007. Filed under: 0x4E-etwork, 0x55-nix |

3M Post-it Notes (Lite)

Posted on August 12, 2007. Filed under: 0x50-rogram |

MPLS FAQ For Beginners

Posted on August 12, 2007. Filed under: 0x4E-etwork |

Procedure to reset password on Cisco Catalyst 3550

Posted on August 8, 2007. Filed under: 0x4E-etwork |

    About

    “Never let your work drive you. Master it and keep it in complete control.” – Booker T. Washington

    RSS

    Subscribe Via RSS

    • Subscribe with Bloglines
    • Add your feed to Newsburst from CNET News.com
    • Subscribe in Google Reader
    • Add to My Yahoo!
    • Subscribe in NewsGator Online
    • The latest comments to all posts in RSS

    Meta

Liked it here?
Why not try sites on the blogroll...