WebOptions.TargetBrowser Property
Word Developer Reference |
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 WebOptions collection.
Example
This example sets the target browser for the active document to Microsoft Internet Explorer 6 if the current target browser is an earlier version.
Visual Basic for Applications |
---|
|
See Also