BrowserLevel Property

See Also         Example         Applies To

DefaultWebOptions object: Returns or sets the level of Web browser at which you want to target new Web pages created in Microsoft Word. Can be either of the following WdBrowserLevel constants: wdBrowserLevelMicrosoftInternetExplorer5 or wdBrowserLevelV4. Read/write Long.

WebOptions object: Returns or sets the level of Web browser at which you want to target the specified Web page. This property is ignored if the OptimizeForBrowser property is set to False. Can be either of the following WdBrowserLevel constants: wdBrowserLevelMicrosoftInternetExplorer5 or wdBrowserLevelV4. Read/write Long.

Remarks

After you set the BrowserLevel property on the DefaultWebOptions object, the BrowserLevel property of any new Web pages you create in Word will be the same as the global setting.