Dear VB users,

Is there someone who can give me code to send the information from the clipboard to a variable.

Dim QQ as String
Selection.Copy
QQ = Selection.Paste 'does not work!!!!!!!!!!!

How can I get the clipboard information to variable QQ

Nice regards,

Michelle.