View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Undo function after a VB macro in Excel 2003

Take a look he

http://www.j-walk.com/ss/excel/tips/tip23.htm

In article ,
Raw wrote:

When a VB macro is run , there is no memory allocated to the Undo function so
that it can be undone. How can I change this Excel behavior.
I'm talking about simple macros that operate on the current worksheet, such
as a macro to delete the current row where the cursor is located. Or a macro
to change the color of a selected group of cells.