Want to Save Popup Started on its own

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I have a test file that I put macros in. It has recently
started the pop up "Do you want to save changes in
test.xls" when no changes have been made.

I have no auto macro and the only change before this
started happening was a change to the pagesetup line in
one macro.

What do I look for.

Thanks very much.
 
From Norman Harker

This is probably because your file contains a volatile function that is
recalculated on opening of the file. The complete list of
volatile functions is:

AREAS()
INDEX()
OFFSET()
CELL()
INDIRECT()
ROWS()
COLUMNS()
NOW()
TODAY()
RAND()
 
I tried it with another sheet and it is a combobox test
that is acting up. Deleting the combobox stops it from
happening.

I wonder why the combobox would do that all of a sudden.
 
Back
Top