Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good Day Group,
Have before from this group received help with clearing of many TextBoxes in a Userform with the below code. Is it possible to modify this code to except one or two TextBoxes from being cleared? Brgds CG Rosén ------------------------------------------------------------- For Each Ctl In UserForm1.Controls Select Case LCase(TypeName(Ctl)) Case "textbox" Ctl.Text = vbNullString End Select Next ------------------------------------------------------------- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing cells without clearing formulas | Excel Discussion (Misc queries) | |||
Textboxes | Excel Discussion (Misc queries) | |||
Clearing text in TextBoxes | Excel Programming | |||
intermittent problem with clearing textboxes on forms | Excel Programming | |||
Clearing TextBoxes needs 2 clicks | Excel Programming |