I have the following bit of code in a macro.
It essentially attemps to close the Project.xlsm workbook and promps the user to either save, not save or cancel closing the workbook.
I never want the user to save any changes made to Project.xlsm. It is merely a tool to make changes and create and save other workbooks. And once it's done doing that I want it closed without saving changes so it's clean and ready to do it again.
Is there a way to change the code above so that it exits Project.xlsm without saving changes and without prompting the user to save, not save or cancel? Searching the internet and this site all I could find was to put (False, False) at the end of the 4th line, but that didn't work for me.
Bookmarks