sandyboath
New Member
- Joined
- Mar 21, 2006
- Messages
- 42
have created a userform for people to fill out a travel request, this is a combination of Txt boxes and List/ Combo boxes.
I am able to get the fom open but when used to fill in the form the next time the formopen it retains the information from the previous user.
I would like when the X (Close button is pressed) the form clears itself and then closed.
I have tried TextBox1.Value = "", but there is over 15 txt boxes a and it did not work
Can anyone help please
Thanks
I am able to get the fom open but when used to fill in the form the next time the formopen it retains the information from the previous user.
I would like when the X (Close button is pressed) the form clears itself and then closed.
I have tried TextBox1.Value = "", but there is over 15 txt boxes a and it did not work
Can anyone help please
Thanks