if I uncomment the below line (line 256) in the attached it is crashing and not displaying the menu, any idea how to fix this.
'Dim pasteTool As ToolBase = clipboardGroup.Tools.AddTool("Paste")
'pasteTool.InstanceProps.PreferredSizeOnRibbon = RibbonToolSize.Large
Peter,
It looks like the reason for the crash is that there is no tool in the Tools collection with the key of "Paste". Can you confirm that you have added a tool with the key of "Paste"?
Have you been able to sort this out?