Undoes the last action performed on a Word Processing document.
// Undo the last action performed on the document
DocUndo(WP_MyDocument)
Syntax
<Result> = DocUndo(<Document>)
<Result>: Boolean
- True if the last change was undone,
- False otherwise.
<Document>: Control name or Document variable
Document to use. This document can correspond to: - a variable of type Document.
a Word Processing control.