For I = 0 To Controls.Count - 1
        If TypeName(Controls(I)) = "Menu" Then Controls(I).enabled= True
    Next