View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary L Brown Gary L Brown is offline
external usenet poster
 
Posts: 219
Default Porgramme a undo,Redo on a form

Assume the button name on the form is "CommandButton1"...

Private Sub CommandButton1_Click()
Application.Undo
End Sub

HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"vqthomf" wrote:

Hi does anyone know a good way of programming a undo cotrol on a form?.
TIA
Charles