Search notes:

Excel Object Model: OLEObject.LinkedCell

The value of linkedCell is the address of the cell whose value corresponds to the selected value, for example in an MS Forms ComboBox.
The cell is updated when the user chooses a value, and vice verse, the combobox is updated when the value in the cell is modified.
Note, the datatype of this property is a string, therefore, it needs to be assigned the address of range, not the range object!

See also

OLEObject.

Index