How would you clear the Microsoft Office Clipboard using VBA, specifically Word VBA?
I am copying a lot of data at time into the clipboard and don\'t want excessive
Would a simple
Application.CutCopyMode = False
work for your situation, or is this option not viable?