Hey Shyam! Is there a reason why it has to be so complicated? Wouldn't
the following work?
ActivePresentation.SlideShowWindow.View.GotoSlide _
(ActivePresentation.Slides(theName).SlideIndex)
where theName is the name of the slide you want to go to. Or is all of
your extra complexity for error checking?
--David

Signature
David M. Marcovitz, Ph.D.
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
> Pass the name of the slide and the presentation in which to perform
> search to this function and it will return the slideindex for that
[quoted text clipped - 39 lines]
>>
>> Thanks!
Shyam Pillai - 29 Sep 2004 15:17 GMT
> where theName is the name of the slide you want to go to. Or is all of
> your extra complexity for error checking?
Yes. I prefer to include error handling in the code.

Signature
Regards
Shyam Pillai
Image Importer Wizard: http://www.mvps.org/skp/iiw.htm
> Hey Shyam! Is there a reason why it has to be so complicated? Wouldn't
> the following work?
[quoted text clipped - 50 lines]
>>>
>>> Thanks!