I'm looking for a way to override Undo (Ctrl+Z) / Redo (Ctrl+Z) commands in Word 2010 (C# + VSTO). Is it possible ?
I managed to catch Copy / Paste commands, but it seems that Undo / Redo are not commands in RibbonUI like Copy / Paste.
Thanks in advance.
NeoKript