Hello Excelforum, excuse me if I make a mistake with the language because English is not my own.

I want to press a command button in sheet A that pops an inputbox asking for a value. That value is then searched in the column A of the sheet B.

If the value doesn't exist, it should appear a message box saying something like "sorry, it doesn't exist" and exit sub. But if the value exists in that column, then pop up a new input box, asking for a new value, that will appear in the J column of the same row of the value, everything in sheet B.

Finally, new inputboxes will appear until column M, doing the same thing. When finishes, appear a messagebox saying something like "You're done, great!"

And finishes sub

Thank you a lot guys