How do I reset or clear out all the values entered in a User Form so that they go back to default - or blank. I am sure there is an easy way to do this.
For each optionbutton in yourform.optionbuttons
optionbutton.value = 0 (or xloff)
next
For each dropdown in yourform.dropdowns
dropdown.texyt = ""
next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.