View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matthew Wieder[_3_] Matthew Wieder[_3_] is offline
external usenet poster
 
Posts: 30
Default Com Add-In Modifying RIbbon in 2007?

We have a Com Add-In (C#) that works nicely in Excel 2003 and 2007, but in
2007 the commandbar buttons all get grouped into the Add-Ins Ribbon. We want
to be able to create our own Ribbon with a more native 2007 look/feel.
The sites that I have seen discuss customizing the ribbon for 2007 show how
to do it manually, but I haven't seen anything that shows how our Com Add-In
can do it programatically. If anyone can help with a few lines of code to
go in the OnConnection method or point me in the right direction, it would be
appreciated.