Undo and redo no longer work. how can I fix this. Excel 2003

D

DickyD

All i have is faded buttons. i have run auto repair wiothout success. any
help would be appreciated.
 
M

Mike H

Hi,

Are you sure they're broken? If you are running macros then these could
clear the undo stack. Do you have any (say) worksheet_Change code?

Mike
 
D

Dave Peterson

Saved from a previous post:

You could be using a workbook that has event macros. Most macros that do
anything destroy the undo/redo stack.

I'd start excel in safe mode:
close excel
Windows start button|Run
type:
excel /safe
and do a few things to see if undo/redo work.

If they work ok, then you'll have to find the workbook that contains the macro
that's doing the damage.

Chip Pearson has some notes on how to diagnose startup errors:
http://www.cpearson.com/excel/StartupErrors.htm

And Jan Karel Pieterse has more notes:
http://www.jkp-ads.com/Articles/StartupProblems.asp

=======
Another thing that could have gone wrong is that a registry entry was tweaked.

There's a setting in the windows registry that tells excel how many undo levels
to keep track of--maybe it was set to 0.

xl2k and above
XL: How to Modify the Number of Undo Levels
http://support.microsoft.com/?kbid=211922

xl97
XL97: How to Modify the Number of Undo Levels
http://support.microsoft.com/?kbid=162944
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top