共用方式為


OLEObject.LostFocus Event (Excel)

Occurs when an ActiveX control loses input focus.

Syntax

expression .LostFocus

expression A variable that represents an OLEObject object.

Return Value

Nothing

Example

This example runs when ListBox1 loses the focus.

Private Sub ListBox1_LostFocus() 
 ' runs when list box loses the focus 
End Sub

請參閱

概念

OLEObject Object Members

OLEObject Object