-
Notifications
You must be signed in to change notification settings - Fork 130
Custom Ribbon disappears on a MAC #240
Description
I developed a custom ribbon in Excel using this editor, but when implemented on a MAC Book Pro, the menu disappears completely; in fact, there is no menu (no regular or custom menu).
I would like to have it so that either the same code works on both platforms, or I can use CustomUI on one platform and CustomUI14 on the other.
I have tried using two different workbooks, but this has been more problematic than it would seem. The first screenshot below is from a Mac and the second is from a Windows machine - both of the same file.
To Reproduce
Steps to reproduce the behavior: This is not always reproducible, but the following steps usually work
- Once the custom ribbon is saved in an Excel file as either customui14.xml or customui.xml
- The custom ribbon must include the menu tags (<menu ... >)
- Save the Excel spreadsheet in XLSB format
- Open the saved Excel spreadsheet on a MacBook Pro
- Acknowledge any warnings, if needed.
- The menus should disappear, and no menus will appear in their place.
An expected outcome would have been that a similar custom menu would appear or no custom menu at all (default menus), preferably the former. I am not adverse to having two different sets of XML files, a customui.xml and a customui14.xml, but I have tried that, and I am unable to get the MAC to read the former if the latter exists.

