MenuItem.Tag Property

Syntax

Tag as Variant


A 'hidden' text string associated with the menu item. The tag is accessible via code when the user chooses the menu item but, unlike the Text property, is not displayed in the menu.

It works like the RowTag property of a PopupMenu control.