ControlFormat.LinkedCell Property
Excel Developer Reference |
Returns or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value. Likewise, if you change the value of the control, that value is also placed in the cell. Read/write String.
Syntax
expression.LinkedCell
expression A variable that represents a ControlFormat object.
Remarks
You cannot use this property with multiselect list boxes.
Example
This example adds a check box to worksheet one and links the check box value to cell A1.
Visual Basic for Applications |
---|
|
See Also