ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Single tab for my addin (https://www.excelbanter.com/excel-programming/374751-single-tab-my-addin.html)

Gaech

Single tab for my addin
 
How can I add groups from my addin to single tab?


Bob Phillips

Single tab for my addin
 
Do want to re-phrase that, it means nothing to me?

--
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?




Gaech

Single tab for my addin
 

Bob Phillips wrote:
Do want to re-phrase that, it means nothing to me?

--
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.


Bob Phillips

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.





All times are GMT +1. The time now is 08:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com