Dim itm As RibbonMenu.RibbonItemFor Each itm In RibbonTabs("QAT").Items
If Typeof itm Is RibbonMenu.Button Then output.show(itm.name)
End IfNext