How to clear the clipboard contents in VBA using code. If I do a WORKSHEET(anyname).Copy it puts the contents in the clipboard and then paste is fine. Now how would I clear out clipboard?

Thanks