Thread: Undo macros
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Undo macros

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?