Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim ctl As Control
For Each ctl In Me.Controls If TypeOf ctl Is msforms.TextBox Then ctl.Text = "" End If Next ctl -- HTH RP (remove nothere from the email address if mailing direct) "CG Rosén" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text wrap problem when printing labels/textboxes | Excel Discussion (Misc queries) | |||
Default text in textboxes | Excel Discussion (Misc queries) | |||
Text length and TextBoxes | Excel Programming | |||
intermittent problem with clearing textboxes on forms | Excel Programming | |||
Clearing TextBoxes needs 2 clicks | Excel Programming |