OLEObject.Object Property
Excel Developer Reference |
Returns the OLE Automation object associated with this OLE object. Read-only Object.
Syntax
expression.Object
expression A variable that represents an OLEObject object.
Example
This example inserts text at the beginning of an embedded Word document object on Sheet1. Note that the three statements in the With control structure are WordBasic statements.
Visual Basic for Applications |
---|
|
See Also