My company has just upgraded to 365.
My previous version was Office 2013
I had code that copied the text from a selected cell to the clipboard. This now doesn't work in 365
The code is as below:
Public Sub AddToClipboard(s As String)
Dim oCopy As DataObject
Set oCopy = New...