I want to avoid Copy and Paste, but I have to pick up a string from a third-party website. I am trying to do this by taking a value directly off the clipboard, using this procedure.
Public tfrString As String
Public dataObj As New MSForms.DataObject
Function clipIt()
Dim jString As String...