Trying to copy the data from a Excel Sheet to another Sheet, I started to use VBA Clipboard. But, at the end, the clipboard has remained full. The solution was following:
Clipboard clear
If you want to cleanup the clipboard of an Excel using VBA, this is the way:Application.CutCopyMode = False
No comments:
Post a Comment