Thread: Undo macros
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tony Tony is offline
external usenet poster
 
Posts: 62
Default Undo macros

Try saving the original state of the workbook/sheet as the
first step in the process, then you can offer your own
undo feature.

Tony


-----Original Message-----
Most actions performed by an macro can not be undone - in

fact, most macro
instructions clear the undo history so any previously

available undo's are
cleared/lost.

--
Regards,
Tom Ogilvy


"Adam" wrote in message
...
I have a button assigned to a macro. Is it possible to

undo that macro
once
you have pushed the button?



.