Undo Please?

  • Thread starter Thread starter Jerett
  • Start date Start date
J

Jerett

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top