Probably a stupid question, but I can't find it... Can the menu's in a form be enumerated? There doesn't seem to be a Menus collection or something like that.
VB Code:
  1. Dim x as Menu
  2. For Each x In '???
Thanks.