A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Names of ribbon tabs



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 30th 08, 08:20 AM posted to microsoft.public.outlook.program_vba
Peter Marchert[_2_]
external usenet poster
 
Posts: 12
Default Names of ribbon tabs

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
  #2  
Old July 30th 08, 02:23 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Names of ribbon tabs

For a new compose email the first tab is "TabNewMailMessage".

Go to http://msdn.microsoft.com/en-us/office/aa905530.aspx for a download of
all the ribbon ID's for all the Office 2007 apps. There's also a lot of
other information there at the ribbon portal.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Peter Marchert" wrote in message
...
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


  #3  
Old July 30th 08, 04:22 PM posted to microsoft.public.outlook.program_vba
Peter Marchert[_2_]
external usenet poster
 
Posts: 12
Default Names of ribbon tabs

Thank you very much, Ken! This works.

But I have problems to find the right download (http://
msdn.microsoft.com/en-us/office/aa905351.aspx).

If you have some time it would be great to have a link to a resource
with the ids.

Peter

On 30 Jul., 15:23, "Ken Slovak - [MVP - Outlook]"
wrote:
For a new compose email the first tab is "TabNewMailMessage".

Go tohttp://msdn.microsoft.com/en-us/office/aa905530.aspxfor a download of
all the ribbon ID's for all the Office 2007 apps. There's also a lot of
other information there at the ribbon portal.

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm

"Peter Marchert" wrote in message

...



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- Zitierten Text ausblenden -


- Zitierten Text anzeigen -


  #4  
Old July 30th 08, 11:16 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Names of ribbon tabs

They rearranged the furniture again, and as usual you can't find anything
after that

Here's a direct link to the XML ribbon ID's, it's an English download page
though:

http://www.microsoft.com/downloads/d...displaylang=en

Also see if this portal link works for you:

http://msdn.microsoft.com/en-us/office/aa905530.aspx


--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Peter Marchert" wrote in message
...
Thank you very much, Ken! This works.

But I have problems to find the right download (http://
msdn.microsoft.com/en-us/office/aa905351.aspx).

If you have some time it would be great to have a link to a resource
with the ids.

Peter

  #5  
Old July 31st 08, 06:28 AM posted to microsoft.public.outlook.program_vba
Peter Marchert[_2_]
external usenet poster
 
Posts: 12
Default Names of ribbon tabs

The first link was what I needed. Thank you very much for your time
you have spent!

Peter


On 31 Jul., 00:16, "Ken Slovak - [MVP - Outlook]"
wrote:
They rearranged the furniture again, and as usual you can't find anything
after that

Here's a direct link to the XML ribbon ID's, it's an English download page
though:

http://www.microsoft.com/downloads/d...d=4329D9E9-4D1...

Also see if this portal link works for you:

http://msdn.microsoft.com/en-us/office/aa905530.aspx

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm

"Peter Marchert" wrote in message

...
Thank you very much, Ken! This works.

But I have problems to find the right download (http://
msdn.microsoft.com/en-us/office/aa905351.aspx).

If you have some time it would be great to have a link to a resource
with the ids.

Peter


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
about:Tabs dht Outlook Express 0 July 24th 08 10:08 AM
Change index tabs language hmm Outlook - Using Contacts 3 April 7th 08 06:19 PM
Tabs????? David of IC Outlook Express 2 December 15th 07 10:04 PM
Missing tabs... barney Outlook Express 3 March 4th 07 06:16 AM
Outlook form page tabs [email protected] Outlook - Using Forms 2 November 21st 06 03:19 PM


All times are GMT +1. The time now is 12:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.