hello i need help in this please. i dont have much knowledge of VBA but can do very basic things by learning from different forums.
i want to create one excel application where there will be few userforms. and on each there will be some text boxes.
i want it to work like this.
if user puts number 2 in textbox1 on userform1 and then PRESS ENTER, unload userform1 and show userform2, but if user puts 3 in textbox1 on userform1 and PRESS ENTER then unload userform1 and show userform3 and so on.......... pressing enter is very important event.
i have tried it with click event and it is working but it needs to be enter event.
thanks a lot.
ronak