--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
"David Price" <dj.p...@gmail.com> wrote in message
news:0900dd73-e41b-435e...@q13g2000vbm.googlegroups.com...
Graham, thanks but that doesn't really address the question. Can you
use Office 2010 to customise the ribbon and store those customisations
in a template without having to edit the XML as we did in 2007?
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"David Price" <dj.p...@gmail.com> wrote in message
news:2d887eae-0b47-4c48...@z17g2000vbd.googlegroups.com...
It appears that ribbon customizations are per application, not per
template or per document.
Each Office 2010 application has a new Customize Ribbon panel in the
Options dialog, where you can customize the ribbon in much the same
way as the 2007 applications customize the QAT. At the bottom of the
dialog is an Import/Export button. That exports the customizations to
a file with an extension of .exportedUI, which can be imported on
another PC. Of course, it's just an XML file that can be edited with
any text editor. The first entry in the file identifies the
application being customized, such as
<mso:cmd app="Word" dt="1" />
In addition, a very similar file with the application name plus an
extension of .officeUI is saved in the user's profile, either the
Local or the Roaming branch depending on a policy setting. That can be
distributed to other PCs and stored in the same location to be loaded
automatically at application startup.
Details are in http://msdn.microsoft.com/en-us/library/ee704589.aspx
and (for VBA automation)
http://msdn.microsoft.com/en-us/library/ee767705.aspx.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.