OLEFormat.Edit Method
Word Developer Reference |
Opens the specified OLE object for editing in the application it was created in.
Syntax
expression.Edit
expression Required. A variable that represents an OLEFormat object.
Example
This example opens (for editing) the first embedded OLE object (defined as a shape) on the active document.
Visual Basic for Applications |
---|
|
This example opens (for editing) the first linked OLE object (defined as an inline shape) in the active document.
Visual Basic for Applications |
---|
|
See Also