I have an Excel workbook, which using VBA code that opens another workbook, copies some data into the original, then closes the second workbook.
When I close the sec
Just clear the clipboard before closing.
Application.CutCopyMode=False ActiveWindow.Close