Hi !!
i'm using VSTO 2005 SE C# WORD 2007
<
customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="OnLoad">
<
commands>
<
command idMso="MacroRecord" enabled="false"/>
</
commands>
</
customUI>
I've disabled the MacroRecord command in the ribbon but in the status bar the button "MacroRecord" is always enabled !!
I've tested with "MacroRecordOrStop" id too.
How disabled or hide this button in the status bar by code?
Otherwise the property Application.DisplayStatusBar = false; doesn't hide the status bar at the bottom ?
Thanks
Franck