When I save a file or close a file I always get an Excel Generated Message box. I successfully turned these off in my Access macros, but not in my Excel Macro/VBA code. How can I get a Save as statment to save without asking if the file should be overwritten (if one already exists) -- I'm checking that in an earlier procedure and just want to execute without user intervention at this step!
Also, some files need to be closed without saving changes (temp files) and some always need changes saved (the main workbook) how can I do that without the user interface, I know which is which and don't want the user to give the wrong answer at run time!
Thanks!
Lynette
Also, some files need to be closed without saving changes (temp files) and some always need changes saved (the main workbook) how can I do that without the user interface, I know which is which and don't want the user to give the wrong answer at run time!
Thanks!
Lynette