Share via

Showing Two Slides side-by-side in a slide presentation

Anonymous
2012-03-25T18:56:56+00:00

I want to be able to do something unique.
I want to create my presentation and, when I run it as a slide show, I want it to initially show slides 1 and 2 side-by-side.
When I advance the slides, I want to then show 2 and 3 side by side.
I want this to continue throughout the show so that I'm always viewing two consecutive slides in the show.
Outside of creating "two slide" slides" (where I build such a single slide that shows two unique images side by side,
is there a way to accomplish this?
I'm even willing to try programming a macro is it's something that could conceivably be done that way but, admittedly,
I've not worked any with PPT macros (but I have used Word and Excel macros quiet a bit and am comfortable with programming).

Thanks!

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

3 answers

Sort by: Most helpful
  1. Anonymous
    2012-03-26T16:32:59+00:00

    I won't be animating the slides.  It will be run on a laptop with no other displays connected. 

    The problem with dumping the slides to images, etc is that my presentation is going to change every week.  I lead worship and I want to use the system to display lead sheets.  However, I don't want the delay between slides that exists when I only display one slide at a time so that I can continue playing piano and just have to press the space bar or arrow buttons to go back and forth between various pdfs of the music.  Creating a new show like that every week would get old VERY fast.

    The add-in that is linked above does what I want except I'm a cheapskate and don't want to pay for it.

    Do you know if VBA allows you to program "new" slide transitions to get the effect that I'm trying for?  I've not had a lot of luck finding any information on macro programming in PPT (it abounds for Word and Excel!). 

    Thanks.

    Hmm.  How you'd go about this depends on a couple of things.

    For example, do you want each of these two side-by-side slides to have its own animation settings, or are they both static?

    And how will you give the presentation?  On a single projector or on two, one for each show?

    If on one projector and the slides are static, it seems to me the best bet would be to use a macro to create a new presentation from your original; for example, export the entire presentation as a series of PNG image files, then create a new presentation and insert PNGs 1 and 2 on the first slide, 3 and 4 on the second and so forth.  This shouldn't be too difficult to automate with a bit of VBA.

    If on two projectors, you may or may not be able to run two presentations from one PC.  If your hardware permits it, you'd need some code to trap slide advances in presentation 1 and automatically trigger then in presentation 2.

     

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2012-03-26T01:41:17+00:00

    This kind of digital flipchart for PowerPoint slides is available here: http://www.herbisoft.com/products/flippy.html.

    3 people found this answer helpful.
    0 comments No comments
  3. Steve Rindsberg 99,156 Reputation points MVP Volunteer Moderator
    2012-03-26T15:29:21+00:00

    Hmm.  How you'd go about this depends on a couple of things.

    For example, do you want each of these two side-by-side slides to have its own animation settings, or are they both static?

    And how will you give the presentation?  On a single projector or on two, one for each show?

    If on one projector and the slides are static, it seems to me the best bet would be to use a macro to create a new presentation from your original; for example, export the entire presentation as a series of PNG image files, then create a new presentation and insert PNGs 1 and 2 on the first slide, 3 and 4 on the second and so forth.  This shouldn't be too difficult to automate with a bit of VBA.

    If on two projectors, you may or may not be able to run two presentations from one PC.  If your hardware permits it, you'd need some code to trap slide advances in presentation 1 and automatically trigger then in presentation 2.

    0 comments No comments