I have an excel spreadsheet that contains inventory information. The spreadsheet is referenced by a user form where the user enters a part number in a text box and a command button executes a WorksheetFunction to find all the corresponding cells and displays each bit of info in a different text box. In the user form there is the means to edit certain info and my question is how do I get the edited info to update the excel spreadheet? Thanks.