You can use the CheckIfOfficeIsHTMLEditor property to specify or determine if the default system HTML editor is used when editing a Web page.
Setting
The CheckIfOfficeIsHTMLEditor property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True (–1) | (Default) Check to see whether an Office application is the default HTML editor when starting Microsoft Access. |
No | False (0) | Check is not performed.. |
The CheckIfOfficeIsHTMLEditor property is available only by using Visual Basic.
Remarks
The CheckIfOfficeIsHTMLEditor 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.