I know how to code an undo, .cancelupdate or .cancelbatch but what about a redo?
Printable View
I know how to code an undo, .cancelupdate or .cancelbatch but what about a redo?
Hmmm, tricky question, needs tricky answer...
The only thing to do (as far as I know) is to save controls content into variable's, and when you invoke your redo routine, flush them back to the controls...
Hope this works for ya...