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

Z

Zoo

Hi,

I am using PPT2007.
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.
 
Z

Zoo

I'm sorry I forgot that this newsgroup is closed.

I close this topic and move the topic to
microsoft.public.project.developer.
 

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