This would get you the Resume Slide Show button on the QAT. Although not the
same thing as showing the "Slide Show" toolbar again but clicking this
button would get you back to the slide show.
- Chirag
PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
"Dougbo" <Dou...@discussions.microsoft.com> wrote in message
news:57B011A2-2808-46CD...@microsoft.com...
> It's the dumbest thing. I inadvertently clicked on the stupid little x in
> the top-right corner of the "resume slideshow" button, and now it seems to
> be
> gone forever. Does anyone know how to re-enable it PowerPoint 2007?
>
> Thanks.
Sub ResumeResumePopUpBar()
Dim oTool As CommandBar
On Error Resume Next
For Each oTool In Application.CommandBars
If oTool.Name = "Slide Show" Then
oTool.Visible = True
End If
Next
End Sub
Bill Dilworth
The button is back. It's just a little thing, but it was making me crazy
that I couldn't find a check-box in the application that would re-enable it.
Thanks for the help.