always prompted to save opened workbooks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Any time I open a workbook, even if just to print it from windows explorer,
I'm prompted to save (Do you want to save the changes you made to
"filename.xls")
However, no changes are made...Is there something I can do to keep from
being asked after opening every file?
I found the "Remove Hidden Data" on this machine and removed it via
Add/Remove Programs, then restarted the computer. However, I'm still
receiving the same prompts.
Thanks for any help you can provide.
 
kjbrr said:
Any time I open a workbook, even if just to print it from windows explorer,
I'm prompted to save (Do you want to save the changes you made to
"filename.xls")
However, no changes are made...Is there something I can do to keep from
being asked after opening every file?
I found the "Remove Hidden Data" on this machine and removed it via
Add/Remove Programs, then restarted the computer. However, I'm still
receiving the same prompts.
Thanks for any help you can provide.

Hi kjbrr

I suspect a worksheet has a volatile function in it, for example
=TODAY(), which re-calculates when the workbook is opened, so, having
changed itself, it will always request a save confirmation.

Regards

Steve
 
There are several Volatile Functions.

AREAS()
OFFSET()
CELL()
INDIRECT()
NOW()
TODAY()
RAND()

Any one or more of these could be the culprit that is updating and causing the
change(s) to be made.

You can do a Find for these or hit CTRL + `(backquote above Tab key) to toggle
View Formulas on and do a look search by eyeball.


Gord Dibben MS Excel MVP

Any time I open a workbook, even if just to print it from windows explorer,
I'm prompted to save (Do you want to save the changes you made to
"filename.xls")
However, no changes are made...Is there something I can do to keep from
being asked after opening every file?
I found the "Remove Hidden Data" on this machine and removed it via
Add/Remove Programs, then restarted the computer. However, I'm still
receiving the same prompts.
Thanks for any help you can provide.

Gord Dibben MS Excel MVP
 

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

Back
Top