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.
 
To start, you can look for RAND functions or current date/time functions.
 
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()
 
No functions or formulas at all in file

-----Original Message-----
To start, you can look for RAND functions or current date/time functions.
 
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.
 

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