assuming one is visible at start, and the rest not visible or visa versa u can use this
VB Code:
Private Sub Command1_Click() Dim c As Control For Each c In Me If TypeOf c Is ListBox Then c.Visible = Not c.Visible Next c End Sub
|
Results 1 to 5 of 5
Thread: List Box Hiding All helpHybrid View
|
Click Here to Expand Forum to Full Width |