View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JWH JWH is offline
external usenet poster
 
Posts: 12
Default Office 2007 get ribbon name

I am working on an app with a custom menu on the Add Ins ribbon. I have
figured out how to hide the whole ribbon, but how do I get the name/ids of
the tabs on the ribbon, when I am not currently using XML to generate this
ribbon.
Ideally, I would like to get the ids for each specific tab so I can turn all
tabs except for the add ins tab off.

Many Thanks,