Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 586
Default Remove All Tabs from Ribbon except Custom Tab

I virtually know nothing about XML. I would like to remove all the tabs from
the ribbon except my Custom Tab, how can I do this?

This is what I have in the Microsoft Office Custom UI:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
<ribbon
<tabs
<tab idMso="TabHome" visible="false"/
<tab idMso="TabInsert" visible="false"/
<tab idMso="TabPageLayout" visible="false"/
<tab idMso="TabFormulas" visible="false"/
<tab idMso="TabData" visible="false"/
<tab idMso="TabReview" visible="false"/
<tab idMso="TabView" visible="false"/
<tab idMso="TabDeveloper" visible="false"/
<tab id="customTab" label="AdTech" insertAfterMso="Developer"
<group id="customGroup" label="Global Production Schedule"
<button id="custombutton1" label="Import Macola Data" size="large"
onAction="a" imageMso="ImportExcel" /
<button id="custombutton2" label="Send To Archive" size="large"
onAction="a" imageMso="Piggy" / <button id="custombutton4"
label="Sort by Sales Order" size="large" onAction="a" imageMso="Grouping" /
<button id="custombutton3" label="Create Ready Schedule" size="large"
onAction="a" imageMso="NewTask" /
<button id="custombutton5" label="Create Sales Schedule" size="large"
onAction="a" imageMso="AccountMenu" /
<button id="custombutton6" label="Compile Dept. Schedules" size="large"
onAction="a" imageMso="FormsMenu" /
</group
</tab
</tabs
</ribbon
</customUI
--
Cheers,
Ryan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Remove All Tabs from Ribbon except Custom Tab

don't use 2007, but does ron's site help?

http://www.rondebruin.nl/ribbon.htm

--


Gary

"RyanH" wrote in message
...
I virtually know nothing about XML. I would like to remove all the tabs
from
the ribbon except my Custom Tab, how can I do this?

This is what I have in the Microsoft Office Custom UI:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
<ribbon
<tabs
<tab idMso="TabHome" visible="false"/
<tab idMso="TabInsert" visible="false"/
<tab idMso="TabPageLayout" visible="false"/
<tab idMso="TabFormulas" visible="false"/
<tab idMso="TabData" visible="false"/
<tab idMso="TabReview" visible="false"/
<tab idMso="TabView" visible="false"/
<tab idMso="TabDeveloper" visible="false"/
<tab id="customTab" label="AdTech" insertAfterMso="Developer"
<group id="customGroup" label="Global Production Schedule"
<button id="custombutton1" label="Import Macola Data" size="large"
onAction="a" imageMso="ImportExcel" /
<button id="custombutton2" label="Send To Archive" size="large"
onAction="a" imageMso="Piggy" / <button id="custombutton4"
label="Sort by Sales Order" size="large" onAction="a" imageMso="Grouping"
/
<button id="custombutton3" label="Create Ready Schedule" size="large"
onAction="a" imageMso="NewTask" /
<button id="custombutton5" label="Create Sales Schedule" size="large"
onAction="a" imageMso="AccountMenu" /
<button id="custombutton6" label="Compile Dept. Schedules" size="large"
onAction="a" imageMso="FormsMenu" /
</group
</tab
</tabs
</ribbon
</customUI
--
Cheers,
Ryan



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 All Tabs are missing from Ribbon sanjubabaca Excel Discussion (Misc queries) 5 August 13th 09 05:39 PM
Can we modify any of the ribbon tabs or create new ribbon tabs? Scott Sornberger New Users to Excel 2 March 19th 08 11:41 AM
Grouping related ribbon tabs Josh Sale Excel Programming 4 February 15th 08 04:09 PM
Can you pin ribbon tabs in Excel 2007? Nick Hebb[_2_] Excel Programming 3 July 5th 07 08:39 AM
Change Ribbon Tabs by hovering AmidaTong Excel Discussion (Misc queries) 4 August 1st 06 10:58 PM


All times are GMT +1. The time now is 01:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"