Good Morning everyone,

I'm trying to copy from a vba script a variable and using later to paste it somewhere else.

I can't use the cells. This is an idea of the script.

PHP Code: 
Dim test As String
test 
"Hello"
test.Copy 
Of course I get an error, but this is the idea.

Thank you for anyone who tries to help.