Hi,
Can u convert this VBA code to vb.net please?
Thanks

Dim clipboard As DataObject
clipboard = New DataObject
clipboard.SetText doc.responsetext
clipboard.PutInClipBoard

'And here I would like to see what is on the clipboard...