I have an Excel 2003 application that automatically opens and closes a lot of workbooks.
When done with a workbook, I close it with:
On most users' machines, this works well.
On one user's machine, the procedure is still asking:
" Do you want to save the changes you made to 'filename'? "
at each workbook close. Considering that a typical run might inspect over 2,000 workbooks, this is a problem for the user.
Is there a setting that can override "SaveChanges:=False"?
If so, where would I find it, and how would I programmatically turn it on/off?
TIA,
Far Farley