Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 10 text boxes is there a more efficient way to write this code.
Eventually there could be more textboxes and labels. Loop? Thank you so much. If Len(Trim(Label1.Caption)) 0 Then TextBox1.Visible = True Else TextBox1.Visible = False End If If Len(Trim(Label2.Caption)) 0 Then TextBox2.Visible = True Else TextBox2.Visible = False End If -- Thank you, Jennifer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More efficient code | Excel Programming | |||
Can anyone help me convert to more efficient code? | Excel Programming | |||
Efficient Code | Excel Programming | |||
More Efficient code than this | Excel Programming | |||
More efficient code | Excel Programming |