I'm planning a multipage UserForm (like a wizard) where the user will be asked to enter data that will be inserted in specific cells of specific worksheets in a multi-sheet workbook. In other words, one piece of data goes to a single cell in one worksheet and no other. After the data is entered through one trip through the "wizard", the user will have the option to repeat the process in order to REPLACE previously entered data.

I have been given examples of code which was obviously designed for entering data to contiguous rows, row after row, forming a data list. I couldn't figure out how to convert this code to my situation where no list exists and where each bit of information is inserted in one target cell. I need to be able to "aim" the data at a specific cell of a specific worksheet, among perhaps a total of 30 worksheets.

Can someone help me with an appropriate example?

TIA