Thread: Turn off undo
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Turn off undo

http://support.microsoft.com/?kbid=211922
XL: How to Modify the Number of Undo Levels (xl2000/2002)

http://support.microsoft.com/kb/162944/EN-US/
XL97: How to Modify the Number of Undo Levels

--
Regards,
Tom Ogilvy




"James McDowell" wrote:

Is there a way to turn off the Undo Feature for a worksheet?
I can not seem to find it in the help.

I have to consolodate 50 columns(12,000 rows each). After I calc I wish to
delete the 50x12,000 matrix by using selection.clearcontents but it does not
clear the entire range selected.

Is my answer trying to turn off UNDO or is there a separarte issue?

Jim