
Signature
Thanks in advance and apologies for my ignorance,
MarkN
The PowerPoint Object Model is very strange and much different from Excel
and Word. Generally, you don't work with slide objects separately. If you
put control tools on a slide, then you will see the slide object in the
VB Editor, but if deal with normal shapes, you won't. You will just refer
to your slides by name and/or number (e.g., ActivePresentation.Slides(27)
or ActivePresentation.Slides("MySlideNamedJoe") or for the current slide
ActivePresentation.SlideShowWindow.View.Slide).
--David

Signature
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/
> Hello,
>
[quoted text clipped - 8 lines]
> When I open the VB Editor for my presentation all I see is a VBA
> Project. How do I get to see each slide object in the VB Editor?
MarkN - 05 Oct 2006 00:24 GMT
Thanks for your response David, this is exactly what I needed.

Signature
Thanks again,
MarkN
> The PowerPoint Object Model is very strange and much different from Excel
> and Word. Generally, you don't work with slide objects separately. If you
[quoted text clipped - 17 lines]
> > When I open the VB Editor for my presentation all I see is a VBA
> > Project. How do I get to see each slide object in the VB Editor?