Thread: Undo macros
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default Undo macros

Adam

no, not unless you build your own undo stack. Basically, a macro can carry
out numerous actions and I guess Excel just doesn't keep a track of them
and, in fact, resets the undo stack.

Regards

Trevor


"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?