MSFN Forum: Modifying and Customizing Office 2007 Ribbon UI - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Modifying and Customizing Office 2007 Ribbon UI Guide to Customize the Office Ribbon User Interface Rate Topic: -----

#21 User is offline   spacesurfer 

  • Pharmassist
  • Group: Patrons
  • Posts: 1,668
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 17 June 2009 - 08:24 AM

My pleasure.

It does seem, however, that not many people are interested in changing their default ribbon ui. i, for one, couldn't stand the default ribbon ui. i had to have it the way i want it.

i'm glad the this method works with office 2010 as well!


#22 User is offline   tgsa 

  • Group: Members
  • Posts: 1
  • Joined: 04-November 09

Posted 04 November 2009 - 07:24 PM

Hey, thanks for the great guide. I'm somewhat new to modifying this and need some help. What I'd like to do is create a new tab (which I can do) and use some buttons for specific symbols (such as the summation symbol or tickmarks). I know how to get the buttons on, but how do I get it to link a button to insert a specific symbol? Is it possible to do this just using xml code or do I have to use macros? I'd like to set this up on multiple computers to work with all spreadsheets, but I know word or excel don't have macros enabled automatically and if I can avoid using macros I'd prefer that.

Thanks again!

#23 User is offline   spacesurfer 

  • Pharmassist
  • Group: Patrons
  • Posts: 1,668
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 November 2009 - 08:52 PM

You can't do with just the xml. The xml only points to VBA code (i.e. macros) or visual c++. xml does not and cannot run commands on its own.

You will have to use macros. Just record the macro for what you're trying to do. Save the final file as .dotm for the macro-enabled template. It doesn't matter what you're macro settings are. As long as normal.dotm is macro-enabled, you shouldn't have problems.

#24 User is offline   ScottJ 

  • Group: Members
  • Posts: 2
  • Joined: 11-May 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2011 - 08:34 AM

For office 2007. The ribbon xml file header is
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">

Bug for office 2010, the following header is better
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="OnLoad">

http://www.ucmapi.com

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy