View Single Post
  #1   Report Post  
Jon Turner
 
Posts: n/a
Default Using a ComboBox for Data Entry into a Cell

I have a comboBox control. Any time the user sets focus to a cell in column
L, I
want to move the comboBox over to that cell, have the comboBox selected on
the
value of that cell. Thus using the combo box for the cell's data entry.
Can someone
provide me with an example of this ?

1. I don't want to use the DropDown List, because you can't control the
font.
2. I don't want to copy and paste a combo box for each cell because if the
user
adds a row, the comboBox doesn't come along with it.

Many Thanks