Question

Is it possible to run a VBA function (Word 2007) every time the user clicks 'undo' (or crtl+z)? Thanks.

Was it helpful?

Solution

You can intercept most built-in commands in Word with VBA. See Using VBA to Control Built-In Commands in the 2007 Office System.

Try intercepting the EditUndo command.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top