Share via

What is this Ribbon X Code and is it causing issues?

Anonymous
2016-11-19T17:11:12+00:00

I create shared workbooks for my coworkers all the time. For some reason, they keep crashing giving error messages about some unreadable content and named ranges (when there are no named ranges). The only common thing that I can find is this Ribbon X code that is created in every workbook I create. 

Is this necessary? Can I delete it? What is it for? Could it be the cause?

'Entry point for RibbonX button click

Sub ShowATPDialog(control As IRibbonControl)

    Application.Run ("fDialog")

End Sub

'Callback for RibbonX button label

Sub GetATPLabel(control As IRibbonControl, ByRef label)

    label = ThisWorkbook.Sheets("RES").Range("A10").Value

End Sub

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2016-11-20T14:53:15+00:00

    RibbonX is a VBA add-in that works with excel, powerpoint and word. You can try to disable this and see if it'll help fix the issue. Follow the suggestion from this link: http://www.rondebruin.nl/win/s2/win013.htm

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments