L
Leo
I'd like to know if there is a way to disble the save function when I exit
Excel. I do a "save as", the have to save again when I exit.
Excel. I do a "save as", the have to save again when I exit.
Dave Peterson said:Did you do a SaveAs and use a non-normal workbook format (like .csv, .prn, or
older versions of excel)?
Or if you saved the workbook as a normal .xls file, did you make changes to the
workbook?
Do you have any of these volatile functions in your workbook?
=AREAS()
=INDEX() *
=OFFSET()
=CELL()
=INDIRECT()
=ROWS()
=COLUMNS()
=NOW()
=TODAY()
=RAND()
* may not be volatile in all versions
These evaluate with each calculation. And cause excel to think your workbook
has changed.
And excel likes to recalculate workbooks created in earlier versions. Is this
the case in your situation?
Do you have any macros that run automatically that could be changing something?
thanks for the help & advice.. I won't do anything