Thread: Undo macros
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R Avery R Avery is offline
external usenet poster
 
Posts: 220
Default Undo macros

I have macros that I wish to be able to undo. I know that I can set the
..OnUndo property of the Application object, but how do I create a macro that
knows how to undo the actions of another? Where do I store the data? Do I
make a physical copy of all the ranges affected in another, hidden,
workbook? or... ?

Any help would be appreciated