unwanted saves

G

Gbonda

It sounds as if you have auto save turned on. Goto tools> add ins and
uninstall auto save.

Greg
 
H

Helen

It's not autosave. The save occurs each time I hit the tab key to move to the next cell. Thanks.
 
N

Norman Jones

Hi Helen,

Right-click the sheet tab, select view code.

If my guess is right, you will see one or more blocks of code, one block
starting with the line:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)

Copy this code in a response and your problem can readily be solved.
 
D

Dave Peterson

Does it try to save if you open excel in Safe mode?

close excel
windows start button|run
excel /safe

If no, then maybe you've got an event macro that's firing each time you change
the selection...
 
Top