Hi AnnA,
I know there is a question behind this question. Why do you want to jump
directly to the slide sorter? Are you using it as an index?
Do you know VBA? If so, than this code should end the show and get you to
the slide sorter from within an active presentation. Just make an action
setting to this subroutine.
Sub SortOut()
ActivePresentation _
.SlideShowWindow.View.Exit
ActivePresentation _
.Windows(1).ViewType _
= ppViewSlideSorter
End Sub
Post back if you need additional help with this.
--
Bill Dilworth
Microsoft PPT MVP Team
===============
Please spend a few minutes checking vestprog2@
out
www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.
Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..