I have a code where I'm copying information from one spreadsheet to another. When I close the one spreadsheet, an alert window pops up asking if I want to save the copied information on the clipboard. The default answer is "Yes", but I don't want to, so I don't think ThisWorkbook.Close SaveChanges:=False will work. Is there a different code to answer this pop up "no"?
Bookmarks