DefaultWebOptions.CheckIfOfficeIsHTMLEditor Property (PowerPoint)
Determines whether Microsoft PowerPoint checks whether a Microsoft Office application is the default HTML editor when you start PowerPoint. Read/write.
Syntax
expression .CheckIfOfficeIsHTMLEditor
expression A variable that represents a DefaultWebOptions object.
Return Value
MsoTriState
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.
The value of the CheckIfOfficeIsHTMLEditor property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
msoFalse |
PowerPoint does not check to see whether an Office application is the default HTML editor when you start PowerPoint. |
msoTrue |
The default. PowerPoint checks to see whether an Office application is the default HTML editor when you start PowerPoint. |
Example
This example causes PowerPoint not to check whether a Microsoft Office application is the default HTML editor.
Application.DefaultWebOptions.CheckIfOfficeIsHTMLEditor = msoFalse