Is it possible to re-link a cell back to a combo box?

  • Thread starter Thread starter AlP
  • Start date Start date
A

AlP

Good moring all,

I am using a combo box that shows data using *ListFillRange*. Thi
combo box is also using the *LinkedCell*, in which what ever is picke
in the data it shows on a certain cell. Is it possible to pick tha
cell and re-link itself with the Combo Box?

Thanks,
Al
 
If that combobox has a *Style* of fmStyleDropDownCombo, then it seems to do that
already.

But if you use a *Style* of fmStyleDropDownList, it only works if you choose a
valid entry from that *ListFillRange*.

I think that's what you were asking....
 
Back
Top