Answered by:
Office Ribbon tab postion

Question
-
hello,
My application is a stnad alone application in powerpoint 2007 using C#.net 2008 and vsto. In My application has one ribbon form .Its label name is MyAddin. when my application Runs, the tab MyAddin
show on the Right end part(Developer tab) of PowerPoint 2007 .I want to show the Ribbon bar tab,MyAddin show to be Left side(Before Home tab ) of powerpoint 2007.
Thanks
Dileep.
Tuesday, February 17, 2009 5:21 AM
Answers
-
Replace ' idMso="TabAddIns"' with id="MyCustomTab" and try again
- Proposed as answer by jaz.jazEditor Wednesday, February 18, 2009 5:56 AM
- Marked as answer by Mary Lee - MSFT Wednesday, February 18, 2009 6:20 PM
- Unmarked as answer by Dileep sankar Thursday, February 19, 2009 5:22 AM
- Marked as answer by Dileep sankar Thursday, February 19, 2009 5:22 AM
Tuesday, February 17, 2009 12:39 PMAnswerer
All replies
-
you can use 'insertBeforeMso="TabHome" ' in your ribbon xml
- Marked as answer by Dileep sankar Tuesday, February 17, 2009 11:10 AM
- Unmarked as answer by Cindy Meister MVP Tuesday, February 17, 2009 12:01 PM
Tuesday, February 17, 2009 10:42 AMAnswerer -
Hello
I wrote it ,But it is not working.
Thanks
Dileep
Tuesday, February 17, 2009 11:33 AM -
Hi Dileep
Are you writing Ribbon XML for your VSTO add-in, or are you using the VSTO Ribbon Designer?
If you're writing RibbonXML, please copy/paste the XML into a reply, here.
If you're using the Ribbon Designer, please explain in detail how you "wrote it". If it involves code, please copy/paste the code into a reply.
Also, please explain "it is not working": Is the result the same as before you tried jaz.jaz's advice? Is something different happening and if yes, what?
Cindy Meister, VSTO/Word MVPTuesday, February 17, 2009 12:04 PM -
Hello,
I used VSTO Ribbon Designer.After exporting the Ribbob DEsigner into Xml, I wrote
<tab idMso="TabAddIns" label="LogoStudio" insertBeforeMso="TabHome">
But it appears in the right End part of the Powerpoint 2007.
Thanks
SSSKKK
Tuesday, February 17, 2009 12:36 PM -
Replace ' idMso="TabAddIns"' with id="MyCustomTab" and try again
- Proposed as answer by jaz.jazEditor Wednesday, February 18, 2009 5:56 AM
- Marked as answer by Mary Lee - MSFT Wednesday, February 18, 2009 6:20 PM
- Unmarked as answer by Dileep sankar Thursday, February 19, 2009 5:22 AM
- Marked as answer by Dileep sankar Thursday, February 19, 2009 5:22 AM
Tuesday, February 17, 2009 12:39 PMAnswerer