View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Question about the Queue of Commands in Undo

See:

http://groups.google.com/group/micro...0a6da0116cdabc
--
Gary''s Student - gsnu200772


"ktoth04" wrote:

Hi, so whenever you edit something in excel, you can undo it, and usually you
can undo multiple actions. Is there any way to store these actions at the
beginning of a VB script, and then restore the queue at the end of my script,
so that i can undo the actions taken before my script ran?