![]() |
#1
|
|||
|
|||
![]() I'm building a new tab for our template ribbon with specific commands for the template. I notice that when the ribbon is displayed, my new tab is at the far right (last tab). Is there any way I can get it show up between the File and Home tabs and have it be the default tab? |
#2
|
||||
|
||||
![]()
When creating the XML script use the insertBeforeMso="TabHome" parameter when creating the tab e.g. something like:
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"> <ribbon> <tabs> <tab id="CustomTabMyTab" insertBeforeMso="TabHome" label="MyLabel"> <group id="InvGroup" label="My Template Name"> see http://gregmaxey.com/word_tip_pages/...bbon_main.html
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bolding in script | ksigcajun | Word VBA | 10 | 02-23-2015 08:29 AM |
Help with VBA script | nsyrax | Word VBA | 1 | 01-18-2014 03:38 AM |
How to import the customized ribbon to Word without overwriting the existing Ribbon? | SharonSh | Word VBA | 0 | 09-26-2013 11:47 PM |
Excel 2010 Ribbon look like 2007's Ribbon | esotop | Excel | 0 | 03-22-2011 07:05 PM |
[ask] about VB Script + Ms. Project | anak_baru | Project | 2 | 03-10-2009 01:42 AM |