Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I made a userform with over 20 textboxes (TBX). All boxes have a 'easy to
understand' name. At some moment I need all testboxes to be 'opened' or 'blocked' or to be 'emptied'. Is there a way to select all TBX at once? My current solution looks like this: MultiPage1.Value = 0 'Gegevens GegKl.Enabled = True GegNm.Enabled = True GegRubr1.Enabled = True GegRubr2.Enabled = True GegStnr.Enabled = True GegWplts.Enabled = True MultiPage1.Value = 1 'Dressuur DrPnt.Enabled = True DrPntOv.Enabled = True DrStnr.Enabled = True Thank you so much for your help!! -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
UserForm TextBoxes | Excel Discussion (Misc queries) | |||
userform & textboxes | Excel Programming | |||
userform textboxes again | Excel Programming | |||
userform textboxes | Excel Programming | |||
add numbers in textboxes on userform | Excel Programming |