Application.BrowseExtraFileTypes Property

Word Developer Reference

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

Syntax

expression.BrowseExtraFileTypes

expression   A variable that represents an Application object.

Example

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

Visual Basic for Applications
  Application.BrowseExtraFileTypes = "text/html"

See Also