I have a form that is pulling data from a worksheet, contingent upon the selection made from a combobox. I've coded other forms to update worksheets, but I'm struggling to find anything that makes sense, that guides me on how to code so that when a command button is clicked, the data sheet is updated on the same row where the combobox value is found. Example: If I have 5 names (Bob, Tom, Jim, Dave, Harry) and Bob is selected from the combobox. The User updates some data that is presented in the form. I want the updated data elements to update on the worksheet, when the User clicks a command button.