Edit

Share via


DefaultWebOptions.OptimizeForBrowser property (Word)

True if Microsoft Word optimizes new Web pages created in Word for the web browser specified by the BrowserLevel property. Read/write Boolean.

Syntax

expression. OptimizeForBrowser

expression Required. A variable that represents a DefaultWebOptions collection.

Example

This example sets Word to optimize new Web pages for Microsoft Internet Explorer 5 and creates a webpage based on this setting.

With Application.DefaultWebOptions 
 .BrowserLevel _ 
 = wdBrowserLevelMicrosoftInternetExplorer5 
 .OptimizeForBrowser = True 
End With 
Documents.Add DocumentType:=wdNewWebPage

See also

DefaultWebOptions Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.