DefaultWebOptions.CheckIfOfficeIsHTMLEditor property (Word)

True if Microsoft Word checks to see whether an Office application is the default HTML editor when you start Word. Read/write Boolean.

Syntax

expression.CheckIfOfficeIsHTMLEditor

expression A variable that represents a DefaultWebOptions object.

Remarks

The CheckIfOfficeIsHTMLEditor property returns False if Word does not perform this check. The default value is True.

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 Word not to check to see whether an Office application is the default HTML editor.

Application.DefaultWebOptions _ 
 .CheckIfOfficeIsHTMLEditor = False

See also

DefaultWebOptions Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.