JeffGrant
Well-known Member
- Joined
- Apr 7, 2021
- Messages
- 558
- Office Version
- 365
- Platform
- Windows
Hi All,
does anybody have vba code to clear the windows 10 64 bit clip board?
I stupidly continue to paste code from the clipboard that isn't correct and it mess up my formulas.
So I figure if I clear the clipboard at the end of the sub, then I cant mess it up
I would like to make my sheets a little bit more fool proof, or in this case Jeff-proof.
There are few references around, but the examples out there are not designed for windows 10 64 bit and so they code fails.
I am not talking about the vba clipboard because that can be cleared with application.cutcopymode = false. I am specifically wanting to clear the windows 10 clipboard.
Thanks in advance
Jeff.
does anybody have vba code to clear the windows 10 64 bit clip board?
I stupidly continue to paste code from the clipboard that isn't correct and it mess up my formulas.
So I figure if I clear the clipboard at the end of the sub, then I cant mess it up
I would like to make my sheets a little bit more fool proof, or in this case Jeff-proof.
There are few references around, but the examples out there are not designed for windows 10 64 bit and so they code fails.
I am not talking about the vba clipboard because that can be cleared with application.cutcopymode = false. I am specifically wanting to clear the windows 10 clipboard.
Thanks in advance
Jeff.