View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Single tab for my addin

I don't get it, if you have two addins, wouldn't you want to see two
entries?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gaech" wrote in message
ups.com...
How can I add groups from my addin to single tab?


I wrote 2 addins for Office 2007
Here is customUI for Addin1
<?xml version="1.0" encoding="utf-16"?
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
<ribbon startFromScratch="false"
<tabs
<tab id="MyTab" label="MyAddins"
...

Here is customUI for Addin2
<?xml version="1.0" encoding="utf-16"?
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
<ribbon startFromScratch="false"
<tabs
<tab id="MyTab" label="MyAddins"
...

But in Office 2007 generates to tabs with "MyAddins" label.