View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Save changes? even when you've made none

Best guess is that you have a volatile formula somewhere in the file.
Volatile formulas are formulas like Now(), Rand() or such that recalculate
every time a calcuation runs. So when you open the book, it gets calculated
and even if the volatile function returns the exact same value as it started
with XL is going to think that the file needs to be saved...
--
HTH...

Jim Thomlinson


"Donna" wrote:

Everytime I close a certain file, it always asks me if I want to save
changes, even though I didn't do anything. I just opened the file, looked
at, then closed it.