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.
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.