Search notes:

Excel Object Model - OLEObject

An OLEObject object represents an ActiveX control, or a linked or embedded OLE object (and is therefore used in combination with the MS Forms 2.0 Object Library).

Properties, methods and events

Activate()
Application
AutoLoad
AutoUpdate
Border
BottomRightCell
BringToFront()
Copy()
CopyPicture()
Creator
Cut()
Delete()
Duplicate()
Enabled
GotFocus(), LostFocus() These are events.
Height
Index
Interior
Left
LinkedCell The cell whose value corresponds to the selected value, for example in an MS Forms ComboBox.
ListFillRange
Locked
Name
Object The OLE automation object associated with the object.
OLEType
Parent
Placement
PrintObject
progID
Select()
SendToBack()
Shadow
ShapeRange
SourceName
Top
TopLeftCell
Update()
Verb()
Visible
Width
ZOrder

See also

An OLEObject object can be created with OLEObjects.Add().
OLEObjects
MSForms.TextBox, MSForms.CommandButton
Excel Object Model

Index