property Menu.Find (ID as Variant) as Item
Searches recursively for an item given its identifier or its caption. The method searches any submenu items.

TypeDescription
ID as Variant A long expression that indicates the item's identifier, or a string expression that indicates the item's caption searched for.
Item An Item object that defines the menu item.

The Find method searches the submenus as well.