OLEObject.Activate Method (2003 System)

Activates the OLEObject.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public Function Activate As Object
'Usage
Dim instance As OLEObject
Dim returnValue As Object

returnValue = instance.Activate()
public Object Activate()

Return Value

Type: System.Object
true if the OLEObject was successfully activated; otherwise, false.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace