Menu control array element must have an index

An item has been added to a Menu control array without assigning an index value to the item. Unlike other control arrays in Visual Basic, Menu control arrays require you to assign indices as the item is created, because Visual Basic doesn't supply a default Index property setting for Menu control array items.