Discussion:
How do I disable the scroll mouse feature in powerpoint
(too old to reply)
Steven
2006-03-07 03:01:34 UTC
Permalink
Dear all,

When I Choose Slide Show in powerpoint2003, How do I disable the scrool
mouse feature with vba code or other feature? Thanks
--
Best Regards
Steven
Echo S
2006-03-07 17:46:54 UTC
Permalink
Post by Steven
Dear all,
When I Choose Slide Show in powerpoint2003, How do I disable the scrool
mouse feature with vba code or other feature? Thanks
Put your file into Kiosk mode. It's under Slide Show|Set up Show. You'll
have to provide navigation buttons or set automatic transition timings if
you use Kiosk mode.
--
Echo [MS PPT MVP] http://www.echosvoice.com
Fixing PowerPoint Annoyances http://www.oreilly.com/catalog/powerpointannoy/
How to Prevent PowerPoint Overload (March 23 webcast)
http://tinyurl.com/bp2h8
David M. Marcovitz
2006-03-07 17:57:42 UTC
Permalink
Post by Echo S
Post by Steven
Dear all,
When I Choose Slide Show in powerpoint2003, How do I disable the
scrool mouse feature with vba code or other feature? Thanks
Put your file into Kiosk mode. It's under Slide Show|Set up Show.
You'll have to provide navigation buttons or set automatic transition
timings if you use Kiosk mode.
With VBA, that would be:

ActivePresentation.SlideShowSettings.ShowType = ppShowTypeKiosk

--David
--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
Loading...