Have a question. I have a userform with multiple TextBoxes and a ListBox. The TextBoxes are your standard Name, Address, City, Phone. I enter the data into the TextBoxes and click an OK button and the data is stored on an active sheet called Database and the information is also displayed in my ListBox. This works fine. What I would like to be able to do is highlight an item in my ListBox and click an "Edit" button and recall the data that is stored on my "Database" back into my TextBoxes. Then I could edit either Name, Address, City, Phone and resubmit the data back into the database. Any Help would be greatly appreciated.