Powerpoint viewtype problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I tried to differentiate programmatically between nomal and master view in
powerpoint using the powerpoint object model. I was able to get it in
powepoint 2000. How can i differentiate in other versions of powerpoint

This is the method i tried
ActivePresentation.Windows(1).View.Type

It retuns the same value for nomal and master views in powerpoint 2002 and
powerpoint 2003, and hence cannot identify the master slide view. It returns
different values in powepoint 2000 which is the correct behaviour.
 
I tried to differentiate programmatically between nomal and master view in
powerpoint using the powerpoint object model. I was able to get it in
powepoint 2000. How can i differentiate in other versions of powerpoint

This is the method i tried
ActivePresentation.Windows(1).View.Type

It retuns the same value for nomal and master views in powerpoint 2002 and
powerpoint 2003, and hence cannot identify the master slide view. It returns
different values in powepoint 2000 which is the correct behaviour.

Depending on what you're doing, this may help:

Debug.Print ActiveWindow.View.Slide.Name
 

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

Back
Top