Syntax

expression.CheckIfOfficeIsHTMLEditor

expression A variable that represents a DefaultWebOptions object.

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 Excel not to check to see whether it is the default HTML editor.

Visual Basic for Applications
Application.DefaultWebOptions.CheckIfOfficeIsHTMLEditor = False
CHECK check if office is html editor Check If Office Is HTML Editor Property checkif checkifoffice checkifofficeis checkifofficeishtml CheckIfOfficeIsHTMLEditor CheckIfOfficeIsHTMLEditor Property

See also: