powerpoint presentations using master and slave slideshow

  • Thread starter Corporal Coffee
  • Start date
C

Corporal Coffee

I'm trying to find out if there is a way to make a master presentation that
pulls slides from other presentations.

Like, say I have one section post their slides on to our Sharepoint, and
another section post their sides on a different slideshow.

Can I create a master presentation that can take both of these presentations
and integrate them into one presentation, so all I would do is just double
click and go?
 
B

Bill Dilworth

Yes but ...

You'll need to know how to code VBA or VSTO in order to get PowerPoint to
play like this. It is not a native function.


HOWEVER (notice that is a big however) that you can set up a master slide
show that calls a file location from the network or local drive. So in your
master slide show you have 6 departmental sections that you will want to
call on in your weekly meetings. Slide one of your master presentation has
a hyperlink to each of these six department's weekly presentations.

Sections 1 (for the sake of argument we'll call this one Accounting) will
create their weekly presentation and store it on the network as
\\myComp\Accounting\WeeklyPresentation.ppt Since your hyperlink points to
that location, the master presentation will start Accounting's presentation
when clicked. The Master presentation (or even the PowerPoint program) does
not know that the presentations are changed every week (frankly, the
PowerPoint has enough on its plate without tracking these details).

Copy this example for the other 5 sections and you will only ever have to
set your master presentation up once.

The departmental section leaders will need to make sure that their weekly
presentations are:
always ready (or last week's data will be shown)
on the network,
always in the same location,
and with the same name (they can rename it after the meeting for keeping
records).

Of course there are a ton of Gotcha's waiting to happen in this set-up.
Most company's IT departments do not like a meeting room computer to
have full access across the network. They may not let you see all the
needed locations.
Most networks are only barely able to handle PowerPoint being run over
their Ethernet. The presentation(s) may hang or corrupt.


Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top