Syntax

expression.DefaultWebOptions

expression A variable that represents an Application object.

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
If Application.DefaultWebOptions.Encoding = msoEncodingWestern Then strDocEncoding = "Western" Else strDocEncoding = "Other" End If
default default web options Default Web Options Property defaultweb DefaultWebOptions DefaultWebOptions Property

See also: