C
craigeandrews
Hi all,
I am about to undertake a project developing an add-in for Word 2003
and Word 2007. I have worked with the Ribbon via VBA before now, but
not from a managed C# add-in. After looking around, it seems to be the
case that it is not possible to have an add-in that implements the
IRibbonExtensibility interface *and* will work with Office 2003,
dynamically creating traditional command bar based toolbars and menus
or a ribbon tab depending which version of Word loads it.
Is this conclusion correct, or is there a technique that will allow me
to put Word 2003 and Word 2007 UI functionality into the same add-in?
This would be ideal from a deployment point of view, but if it can't
be done I'll just extract the add-in functionality into an assembly or
two and write simple UI-only add-ins that make use of them.
Thanks,
Craig
I am about to undertake a project developing an add-in for Word 2003
and Word 2007. I have worked with the Ribbon via VBA before now, but
not from a managed C# add-in. After looking around, it seems to be the
case that it is not possible to have an add-in that implements the
IRibbonExtensibility interface *and* will work with Office 2003,
dynamically creating traditional command bar based toolbars and menus
or a ribbon tab depending which version of Word loads it.
Is this conclusion correct, or is there a technique that will allow me
to put Word 2003 and Word 2007 UI functionality into the same add-in?
This would be ideal from a deployment point of view, but if it can't
be done I'll just extract the add-in functionality into an assembly or
two and write simple UI-only add-ins that make use of them.
Thanks,
Craig