Clearing text in TextBoxes
How about a For Next Loop? You can loop thru the collection making sure it's
a textbox and clear it.
"CG Rosén" wrote:
Good Day Group,
Have a UserForm with abt 70 Text and ComboBoxes.
They are named TextBox1 etc but not in consecutive order. Is there a way
with a short code to clear the text
in these boxes to avoid using:
TextBox1 = "" etc. abt 70 times?
(The boxes are grouped in 5 Frames)
Thanks in advance.
Brgds
CG Rosén
|