Question about the Queue of Commands in Undo

  • Thread starter Thread starter ktoth04
  • Start date Start date
K

ktoth04

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?
 
Back
Top