Suppose I have a user form with a combo box. The combo box is populated from a
data range on the worksheet. It's a database with records. I want for exemple to
edit a certain record which I select with the combo box. To be able to edit a
certain record I have to activate the row where that record is. If for exemple
from the user form, I select an item from the combo box and I put a button named
"Edit this record" how to I make the form to open that record, that is I have
somehow make select that row by means of a code. Did you catch what I mean? For
instance, it's a database with birthdates. Suppose I enter a new record and
pressed the OK button. I added a new record to my database which is on a
worksheet named DataSource. Lately I mentioned a mistake in a record and I want
to edit that record. I select the record with the combo and press the button
"Edit this record". Now you see what I mean?