P
Peter Marchert
Hello,
where can I find the names of all tabs of the 19 ribbions used in
Outlook?
I try to set my tab at the first place of a new message and used this
code:
"<customUI xmlns=""http://schemas.microsoft.com/office/2006/01/
customui"">" & _
"<ribbon startFromScratch=""false"">" & _
"<tabs>" & _
"<tab insertBeforeMso=""TabHome"" id=""My.Tab""
label=""MyLabel"" getVisible=""CheckTemplate"">" & _
strGroups & _
"</tab>" & _
"</tabs>" & _
"</ribbon>" & _
"</customUI>"
The tab appears but on the last place of the ribbon. Does "TabHome"
not exists/work in Outlook?
Peter
where can I find the names of all tabs of the 19 ribbions used in
Outlook?
I try to set my tab at the first place of a new message and used this
code:
"<customUI xmlns=""http://schemas.microsoft.com/office/2006/01/
customui"">" & _
"<ribbon startFromScratch=""false"">" & _
"<tabs>" & _
"<tab insertBeforeMso=""TabHome"" id=""My.Tab""
label=""MyLabel"" getVisible=""CheckTemplate"">" & _
strGroups & _
"</tab>" & _
"</tabs>" & _
"</ribbon>" & _
"</customUI>"
The tab appears but on the last place of the ribbon. Does "TabHome"
not exists/work in Outlook?
Peter