How do I check whether activepresentation is under Compatibility Mode on PPT2007?

Z

Zoo

Hi,

How do I check whether activepresentation is under Compatibility Mode on
PPT2007?
I think the following.
Function IsCompatibilityMode() As Boolean
IsCompatibilityMode = _
(Right(ActivePresentation.FullName,3) = "ppt")
End Function

But , I wonder if there's a property which indicates Compatibility Mode or
not.
 
J

Jan De Messemaeker

Hi,

This newsgroup is dedicated to development for the Microsoft Project
product.
There must be one for power point!
 

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