Code:
Private Sub Form_Load()
mnuOne.enabled = False
mnuTwo.enabled = False
mnuThree.enabled = False
End Sub
or..
Code:
Private Sub Form_Load()
mnuOne.visible = False
mnuTwo.visible = False
mnuThree.visible = False
End Sub
Im not real sure what it is your asking.. but I think that should answer it.