PPt objects in Project Explorer

F

Frans van Zelm

Hi there,

(I use PPt XP.)

Why doesn't the VB-editor show the slides in the Project Explorer tree?

I found that, after adding a VBA-control to a slide, that slide is shown.
Next,
I can set to hide the Master Slide objects in the properties window. Great!

But is my action 'legal'? And will it work in PPt 97 and 2K?

Thanks for your help.

Frans van Zelm
 
S

Shyam Pillai

Why doesn't the VB-editor show the slides in the Project Explorer tree?
That's by design. You can get a reference to the slide easily enough.
I can set to hide the Master Slide objects in the properties window.
Great!
You can do the same via code:

ActiveWindow.Selection.SlideRange.DisplayMasterShapes = False
 

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