I want to copy a variable to the Clipboard and I have used this code in the past and it worked. Now it just returns ?? Any help would be appreciated.
Sub test()
'Microsoft Forms 2.0 Object Library is referenced
Dim MyData As DataObject
Dim strClip As String
strClip = Range("J" &...