VBA Macro to Unprotect a document and Undo a change

R

roseg

I have a document that is protected (for users - it is a form).

I need to create a VBA macro that will unprotect the document, undo
the last change and then reprotect.

I realize that when I unprotect, the undo stack is cleared. Is there
anyway to save information about the last change before I unprotect so
I can have it available to undo?
 
Top