Shape.FormControlType Property
Excel Developer Reference |
Returns the Microsoft Excel control type. Read-only XlFormControl.
Syntax
expression.FormControlType
expression A variable that represents a Shape object.
Remarks
You cannot use this property with ActiveX controls (the Type property for the Shape object must return msoFormControl).
Example
This example clears all the Microsoft Excel check boxes on worksheet one.
Visual Basic for Applications |
---|
|
See Also