display

  • Thread starter Thread starter Colleen
  • Start date Start date
C

Colleen

When I try to view slideshow, the show appears on the
upper left hand side. Not the full screen. The first
slide takes up the whole screen and the show only appears
on the upper left hand side. What can I do to correct
this.
 
Does this happen even if you start the slide show using the "Slide Show" |
"View Show..." menu item?

If it still appears, insert the following macro in that presentation and
execute the macro. Save the presentation and then try to start the slide
show using normal ways. See if this helps.

---
Sub Rectifiy()
ActivePresentation.SlideShowSettings.ShowType = ppShowTypeSpeaker
End Sub
---

- Chirag

PowerShow - View multiple shows simultaneously
http://officerone.tripod.com/powershow/powershow.html
 
Back
Top