Hi all
I have a userform with about 200 textboxs, I have a reset button on the form, which is to clear all the value's in each textbox. Is there a quick code to clear all textboxs values rather than clearing each one by one per my code below
userform3.textbox1.value = ""
userform3.textbox2.value = ""
userform3.textbox3.value = ""
userform3.textbox4.value = "" .........so on and so on
Thanks
Denis
I have a userform with about 200 textboxs, I have a reset button on the form, which is to clear all the value's in each textbox. Is there a quick code to clear all textboxs values rather than clearing each one by one per my code below
userform3.textbox1.value = ""
userform3.textbox2.value = ""
userform3.textbox3.value = ""
userform3.textbox4.value = "" .........so on and so on
Thanks
Denis