Undo Please?

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

Copy Array to Array, how to and should I? 13
Run Macro If Cell have "x" value 0
Undo Macro Action 3
Simple Macro 1
If Statement inside If statement.... 3
Convert numbers to text 1
Conflict 8
Vb Assistance 1

Top