Update Method

Updates the specified embedded object in the host file.

expression.Update

expression    Required. An expression that returns an Application object.

Example

This example updates the application.

Sub UseUpdate()

    Application.Update

End Sub