set arrow as visible during presentation as default

  • Thread starter Thread starter bleuayes
  • Start date Start date
B

bleuayes

how can I set arrow as visible during presentation as default? I know how to
set the arrow to stay visible once in the presentation, but I need to set it
as default so it is automatically there during a series of presentations. If
set as default, I would not need to interrupt the flow by setting it up for
each presenter.
this is regrettably an urgent request as I have a major day-long series of
presentations in a very few days!!

any and all help will be gratefully accepted!
 
There are several ways but most have flaws

Use kiosk mode - not always feasible

Ctrl A at the start of a presentation (easier than right click)

Use a macro run by an action button on slide 1
code is ;
ActivePresentation.SlideShowWindow.View.PointerType = ppSlideShowPointerArrow


An Add In which would set the arrow to visible automatically at the start
of every show until disabled.

if you need help with the last one email me
--
Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
 
Back
Top