Thread: Undo Please?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerett Jerett is offline
external usenet poster
 
Posts: 5
Default Undo Please?


I have another dumb question.
How can I enable a macro/subroutine to use the undo
command?

The sub is simple:
Private Sub CommandButton3_Click()
Range("H16").Value = (Range("I16").Value + Range
("J16").Value) * Range("F16").Value
End Sub