Application.DefaultWebOptions Method
Office 2007
| Word Developer Reference |
Syntax
expression.DefaultWebOptions
expression Required. A variable that represents an Application object.
Return Value
DefaultWebOptions
Example
This example checks to see whether the default setting for document encoding is Western, and then it sets the string strDocEncoding accordingly.
| Visual Basic for Applications |
|---|
|