J
Jeff Tindall
We are currently automating Word 2003 and previous just fine. We add a
custom toolbar to the application using automation in the following way:
CommandBar custombar = Application.CommandBars.Add(...);
Button custombutton = custombar.Buttons.Add(...);
This still works in Word 2007, but really looks like crap on the Add-In tab.
We used to have an AddIn and hated working with it and all sorts of other
issues that came up with deployment, suport, and maintenance.
Is there any method to modify the Word 2007 ribbon without using an AddIn?
Thanks,
~Jeff
custom toolbar to the application using automation in the following way:
CommandBar custombar = Application.CommandBars.Add(...);
Button custombutton = custombar.Buttons.Add(...);
This still works in Word 2007, but really looks like crap on the Add-In tab.
We used to have an AddIn and hated working with it and all sorts of other
issues that came up with deployment, suport, and maintenance.
Is there any method to modify the Word 2007 ribbon without using an AddIn?
Thanks,
~Jeff