DefaultWebOptions.TargetBrowser property (Word)

Sets or returns an MsoTargetBrowser constant representing the target browser for documents viewed in a web browser. Read/write.

Syntax

expression.TargetBrowser

expression Required. A variable that represents a DefaultWebOptions collection.

Example

This example sets the target browser for all documents to Internet Explorer 6.

Sub GlobalTargetBrowser() 
 Application.DefaultWebOptions _ 
 .TargetBrowser = msoTargetBrowserIE6 
End Sub

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.