Hi does anyone know a good way of programming a undo cotrol on a form?.
TIA
Charles
Assume the button name on the form is "CommandButton1"...
Private Sub CommandButton1_Click()
Application.Undo
End Sub
HTH,

Signature
Gary Brown
gary_brown@ge_NOSPAM.com
If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.
> Hi does anyone know a good way of programming a undo cotrol on a form?.
> TIA
> Charles