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!
 
Top