Security for PowerPoint

R

Reader

Is there a way to detect the security settings in PP and adjust them using
vb or vba code?
 
S

Shyam Pillai

You cannot detect programmatically open a password protected presentation
since it is not supported in the object model. Once the presentation is open
several methods are available to set/retrieve the security options. Press F2
in VBE to bring up the object browser. Type 'Password' and check out the
methods/properties that are available in the object model.
 
Top