OLEObject.OLEType Property
Excel Developer Reference |
Returns the OLE object type. Can be one of the following XlOLEType constants: xlOLELink or xlOLEEmbed. Returns xlOLELink if the object is linked (it exists outside of the file), or returns xlOLEEmbed if the object is embedded (it's entirely contained within the file). Read-only Long.
Syntax
expression.OLEType
expression A variable that represents an OLEObject object.
Example
This example creates a list of link types for OLE objects on Sheet1. The list appears on a new worksheet created by the example.
Visual Basic for Applications |
---|
|
See Also