Thread
:
Porgramme a undo,Redo on a form
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary L Brown
external usenet poster
Posts: 219
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
Reply With Quote
Gary L Brown
View Public Profile
Find all posts by Gary L Brown