Excle ribbon: how to create three tabs with a common title on top

lalbatros

Well-known Member
Joined
Sep 5, 2007
Messages
659
Hello,

My Excel vsto Workbook project needs three tabs.
On top of the three tabs, I would like to see a "large tab" with some color and some title.
This is similar to the built-in "PIVOTCHART TOOLS" or the "PIVOTTABLE TOOLS", which makes things more readable.

Unfortunately, I did not see any way to do that.
I found no way to do it in the designer in Visual Studio.
I found no property of method that could do it in the initialization code.

Do you think this could be possible?

Thanks for your suggestions,

Michel
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Thanks Michael,

It's already good that I know about this.

However, my tabs do not appear in this list.
This is probably because these tabs are dedicated to my specific Excel Workbook project.
I have observed that the tabs related to an Excel addin project do indeed appear in this list.
Bad luck!
I had spent quite some time before deciding between addin and workbook project and chose the workbook for several good reasons.

Nevertheless, I would also be interested to learn if these customizations could be performed in VBA.
If they can I could do the same in C# vsto.

Thanks,

Michel
 
Upvote 0
I just learned that what I am looking for is called "contextual tabs".
This name does not refer to the "common title" share by the tabs,
but to the fact that they appear only when a certain context occurs.

Maybe this can help to find a solution!

Michel
 
Upvote 0
AFAIK, it is not currently possible to create those tab groups.
 
Upvote 0

Forum statistics

Threads
1,214,631
Messages
6,120,645
Members
448,974
Latest member
DumbFinanceBro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top