CheckIfOfficeIsHTMLEditor Property

Microsoft PowerPoint Visual Basic

Determines whether Microsoft PowerPoint checks to see whether an Office application is the default HTML editor when you start PowerPoint. Read/write MsoTriState.

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse PowerPoint does not check to see whether an Office application is the default HTML editor when you start PowerPoint.
msoTriStateMixed
msoTriStateToggle
msoTrue Default. PowerPoint checks to see whether an Office application is the default HTML editor when you start PowerPoint.

Remarks

This property is used only if the Web browser you are using supports HTML editing and HTML editors.

To use a different HTML editor, you must set this property to False and then register the editor as the default system HTML editor.

Example

This example causes Microsoft PowerPoint not to check whether an Office application is the default HTML editor.

Application.DefaultWebOptions.CheckIfOfficeIsHTMLEditor = msoFalse