AutomaticChange Method

Microsoft Word Visual Basic

AutomaticChange Method

       

Performs an AutoFormat action when there's a change suggested by the Office Assistant. If no AutoFormat action is active, this method generates an error.

expression.AutomaticChange()

expression   Required. An expression that returns an Application object.

Example

This example completes an Office Assistant AutoFormat action if one is active.

Application.AutomaticChange