Text to Clipboard with Office 365 / 64-bit
- 0 0
-
shares
Depending on which version of Excel you're using, you may find you're no long able to dump out text into the clipboard in VBA like you used to.
I found an interesting bit of Win 10 /64-bit safe code on Stack Overflow -Original Stack Overflow Post.
I'm presenting here in an easy copy/paste format - so you can stick this all into a new module in an add-in or macro-enabled workbook.
Just call the 'Clipboard_SetData()' procedure to use it.