WebOptions.BrowserLevel (Word)

Returns or sets WdBrowserLevel that represents the level of web browser at which you want to target the specified Web page. Possible return values are wdBrowserLevelMicrosoftInternetExplorer5 - Microsoft Internet Explorer 5, wdBrowserLevelMicrosoftInternetExplorer6 - Microsoft Internet Explorer 6, wdBrowserLevelV4 - Microsoft Internet Explorer 4.

This property is ignored if the OptimizeForBrowser property is set to False. 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.


ActiveDocument.WebOptions.BrowserLevel = wdBrowserLevelMicrosoftInternetExplorer5