Hi! I have a menu and there I have listed several items.
Now when I want to hide the whole menu, I always have to say:

Code:
mnuItem1.Visible=False
and so on and so on...

Is there a way to write a function which gets a list of the menu and disables each found item?

thx, vbzero