anthonya2369
Active Member
- Joined
- Mar 10, 2005
- Messages
- 321
I have an excel add-in that uses the customui to add a tab to Excel for users. It has been working great for both Excel 2010 and Excel 2013. However, yesterday, after what appears to be an update on our company computers, the Excel 2010 users do not see the custom tab. Excel 2013 users are fine. Once the user clicks on any cell, Excel crashes. I know why the crash is occurring and it is due to the ribbon.invalidate and when it gets to copymemory, there is no tab so no pointer to reference so it crashes.
Excel 2010 and 2013 utilize the same customui14.xml file so I am unsure why it works fine for the Excel 2013 users but not the Excel 2010. What is weird as well is that I have an On Load event for the customui and it fires fine on Excel 2013 with the input of a msgbox "test" but it does not even show up on the Excel 2010 as if the ribbon is not even trying to load.
Any guess where to look? I have ensured on the 2010 machines that the add-ins be disables is unchecked. I am at a loss and as I said, all users were fine two days ago.
It is hard to figure out as well since my machine is running Excel 2013 now instead of 2010. The add-in does load since my right click functions are intact and run now that I have it not run the ribbon invalidate on 14.0 versions of Excel.
Excel 2010 and 2013 utilize the same customui14.xml file so I am unsure why it works fine for the Excel 2013 users but not the Excel 2010. What is weird as well is that I have an On Load event for the customui and it fires fine on Excel 2013 with the input of a msgbox "test" but it does not even show up on the Excel 2010 as if the ribbon is not even trying to load.
Any guess where to look? I have ensured on the 2010 machines that the add-ins be disables is unchecked. I am at a loss and as I said, all users were fine two days ago.
It is hard to figure out as well since my machine is running Excel 2013 now instead of 2010. The add-in does load since my right click functions are intact and run now that I have it not run the ribbon invalidate on 14.0 versions of Excel.
Last edited: