Menu control array element must have an index

An item has been added to a menu control array without assigning an index to the item.  Unlike other control arrays in Visual Basic, menu control arrays require you to assign indices as the item is created, since Visual Basic does not supply a default index for menu control array items.