Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: Disabling items on the ribbon

    Those comments are almost identical to the comments in the CMS that I use (ExpressionEngine) so that should be easy to remember. Thanks again Nick. Much appreciated. Tim
    Posted to Excel 2007 (Forum) by mayest on Fri, Mar 21 2008
  • Re: Disabling items on the ribbon

    Nick, That makes perfect sense. I was planning to try a few callbacks later today so I'll definitely give that a shot. Do you know if it is possible to add comments to the xml in CustomUI? I can easily see me revisiting my new exam template six months from now and having to completely relearn what...
    Posted to Excel 2007 (Forum) by mayest on Fri, Mar 21 2008
  • Re: Disabling items on the ribbon

    Nick, Excellent! Thanks for that. It works perfectly. So, how does one know when to use <commands> and when to use <menu> or <button>? SheetMoveOrCopy is listed as a button in the ExcelRibbonControls.xlsx worksheet from Microsoft. There must be some logic to this, and you seem to have...
    Posted to Excel 2007 (Forum) by mayest on Fri, Mar 21 2008
  • Re: Disabling items on the ribbon

    Tim You need the commands attribute of the customUI (as explained in step 3), so something like... < customUI xmlns ="http://schemas.microsoft.com/office/2006/01/customui" > < commands > < command idMso ="SheetMoveOrCopy" enabled ="false" /> </ commands...
    Posted to Excel 2007 (Forum) by Nick Hodge on Thu, Mar 20 2008
  • Re: How to make my add-in work as a ribbon

    I suspect the same as Mike, it should work with a menu, but suspect you will need to use a box or similar to group those controls. Unfortunately a bit pressed at the minute, but if it's not fixed this evening, I'll take a shot (UK time)
    Posted to Excel 2007 (Forum) by Nick Hodge on Tue, Jan 15 2008
  • Re: How to make my add-in work as a ribbon

    Going with the menu-in-a-ribbon structure, my first task is to build up some menus. I'm stumped here. So far I have managed to create the ribbon, the menu, and the menu buttons. So far so good. However, I can get the keytips to work for the ribbon and for the menu, but they fail to appear on the...
    Posted to Excel 2007 (Forum) by zfraile on Mon, Jan 14 2008
Page 1 of 1 (6 items)
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.