You can change it with, for example:
Private Sub mnuSel3_Click()
mnuSel3.Caption="User Name"
End Sub
But that brings us some questions:
How do you know who a user is when he clicks on Sel3?
Does he have to enter a UserName and Password first?
If so, why do you need the menu selection?
