Updates the specified embedded object in the host file.

expression.UpdateexpressionRequired. An expression that returns an object.

Example

This example updates the application.

Sub UseUpdate() Application.Update End Sub