N
neal
Hi,
In outlook 2010 all my addin buttons are coming in Addin Tabs. I dont
want my user to always navigate to this tab to use my addins. So would like
to put all my buttons in the "Home" Tab of outlook 2010. My addins are shared
addins. So I am using the following xml to perform this. But this is not
working. My buttons are not displaying anywhere in Home tab.
sRibbonXML = "<customUI
xmlns=""http://schemas.microsoft.com/office/2006/01/customui"" >" & _
"<ribbon>" & _
"<tabs>" & _
"<tab idMso=""TabHome"">" & _
"<group id=""SampleGroup"" label=""Sample Group"">" & _
"<button id=""Button"" label=""Insert Company Name""
size=""large"" onAction=""InsertCompanyName"" />" & _
"</group >" & _
"</tab>" & _
"</tabs>" & _
"</ribbon>" & _
"</customUI>"
Please help me....
In outlook 2010 all my addin buttons are coming in Addin Tabs. I dont
want my user to always navigate to this tab to use my addins. So would like
to put all my buttons in the "Home" Tab of outlook 2010. My addins are shared
addins. So I am using the following xml to perform this. But this is not
working. My buttons are not displaying anywhere in Home tab.
sRibbonXML = "<customUI
xmlns=""http://schemas.microsoft.com/office/2006/01/customui"" >" & _
"<ribbon>" & _
"<tabs>" & _
"<tab idMso=""TabHome"">" & _
"<group id=""SampleGroup"" label=""Sample Group"">" & _
"<button id=""Button"" label=""Insert Company Name""
size=""large"" onAction=""InsertCompanyName"" />" & _
"</group >" & _
"</tab>" & _
"</tabs>" & _
"</ribbon>" & _
"</customUI>"
Please help me....