Encoding Property Example
This example checks to see whether the default document encoding is Western.
If Application.DefaultWebOptions.Encoding = msoEncodingWestern Then strDocEncoding = "Western" Else strDocEncoding = "Other" End If