Access presentation properties by VBA

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

Guest

Hi,

I'm sorry but I've to translate from the german version (2003):

I can open a form under "file/properties", which has 5 registers. One
register is called "statistics", one "content", one "adapt??".
Now my question: how can I access these information by VBA code? I found
nothing in the object model.

Any ideas?
 
Hi,

I'm sorry but I've to translate from the german version (2003):

I can open a form under "file/properties", which has 5 registers. One
register is called "statistics", one "content", one "adapt??".
Now my question: how can I access these information by VBA code? I found
nothing in the object model.

Good translation job, then. ;-)

This explains how you can read these properties and change some of them:

Show me the built in properties and their values
http://www.pptfaq.com/FAQ00751.htm

A slightly different version:

Get the Document Properties of a PPT file
http://www.pptfaq.com/FAQ00554.htm

Get DOCUMENT PROPERTIES without opening each file
http://www.pptfaq.com/FAQ00174.htm
 
Back
Top