View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Can I make a Macro Undoable?

If you want your macro to have an undo, you have to take care of it yourself.

John Walkenbach has some tips at:
http://j-walk.com/ss/excel/tips/tip23.htm

Green wrote:

I wrote a macro to round and format cells, accessed by a shortcut.
Can I set it up to be undoable?
Thanks
eg


--

Dave Peterson