How to Clear Office Clipboard with VBA

后端 未结 4 473
自闭症患者
自闭症患者 2020-12-06 07:46

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

4条回答
  •  醉梦人生
    2020-12-06 08:09

    Would a simple

    Application.CutCopyMode = False
    

    work for your situation, or is this option not viable?

提交回复
热议问题