BrowseExtraFileTypes Property

Applies To

Application object.

Description

Set this property to "text/html" to allow hyperlinked HTML files to be opened in Word (instead of the default Internet browser). Read/write String.

Example

This example allows hyperlinked HTML files to be opened in Word (instead of the default Internet browser).

Application.BrowseExtraFileTypes = "text/html"