Me again...

Well, I've accomplished somethign with your guys help. Now, I need to know who to select an entire array variable instead of having to do this:

Private Sub mnu_clear_Click()
Sector(0).Caption = ""
Sector(1).Caption = ""
Sector(2).Caption = ""
Sector(3).Caption = ""
Sector(4).Caption = ""
Sector(5).Caption = ""
Sector(6).Caption = ""
Sector(7).Caption = ""
Sector(8).Caption = ""
End Sub

How would I go about doing this? Please be kind and explain just a bit of it>