View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Zhu Zhu is offline
external usenet poster
 
Posts: 5
Default how to undo changes made by micro

Thanks!


"Tom Ogilvy" wrote:

No built in support for it - you have to do the work. Here is one approach:

http://j-walk.com/ss/excel/tips/tip23.htm
John Walkenbach's site.
--
Regards,
Tom Ogilvy


"Zhu" wrote in message
...
Hello!

After we change cell values with our micro procedures, we can not use the
undo button to resume previous values.
How can we undo changes made by our micro procedures, as if the changes
are
made in excel spread sheet by hand?

Thanks!