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
If I may add one more solution: you can simply cancel the clipboard with this command:
Application.CutCopyMode = False