Hi guys,I'm loving ExcelDNA and almost live on it in production now.However, i need to add a context menu via C# (we can't do it from the XLS/VBA layer as we have 100s of sheets).Is there a way to do this?Any help would be much appreciated. Users are very happy about loosing the right click functionalityThanksKieran
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To post to this group, send email to exce...@googlegroups.com.
Visit this group at http://groups.google.com/group/exceldna.
For more options, visit https://groups.google.com/d/optout.
Hi Pooja,
At which line do you get the error?
-Govert
Hi Pooja,
Do I understand right that this works fine under Excel 2007, but not in Excel 2010+?
If so, I guess that feature is not supported in the newer Excel version. You might try to post to the Excel for Developers forum (http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev) – maybe with a VBA version of the problematic code - since this is not really an Excel-DNA issue.
And you might have to take the Ribbon approach for context menus in the newer Excel versions.
Excel 2010 added support for making context menus with the ribbon xml, so I’d guess they did some work on the context menus, and not all features that worked before were fully implemented in the new version.
-Govert
--