Slide Show Arrow defalt setting to "visible" ?

G

Guest

Is there any way to change the default arrow view option from "automatic" to
"visible"? I need the arrow to always remain onscreen, as presenters are
required to use it instead of a laser pointer to point to areas on the
presentation (laser pointers don't show up on the VGA feed I use to record
the meetings). As it is now, everytime a powerpoint is shown during a
meeting (which can happen 4 - 5 times a meeting), I have to manually set it
to visible.
 
B

Bill Dilworth

You could add this little macro to your program. Personally, I would
trigger it off of a mouse over action setting rather than building an event
trap for a started show.

Sub Custer()
SlideShowWindows(1).View _
.PointerType = ppSlideShowPointerArrow
End Sub

If you need help setting this up, please post back.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
yahoo2@ Please read the PowerPoint
yahoo. FAQ pages. They answer most
com of our questions.
www.pptfaq.com
..
..
 

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