property PopupMenu.Item (ID as Variant) as Item
Returns a specific Item object given its caption or its identifier.

TypeDescription
ID as Variant A long expression that indicates the identifier of the item being accessed, or a string expression that specifies the caption of the item.
Item An Item object being retrieved.

Use the Item property to access an Item given its identifier or its caption. The Item property looks recursively for an item that matches your identifier of specified caption. The ID property specifies the identifier of the item. The Caption property specifies the item's HTML caption. Use the ItemByData property to search for an item giving its associated data ( ItemData property )