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.
Of course I get an error, but this is the idea.PHP Code:
Dim test As String
test = "Hello"
test.Copy
Thank you for anyone who tries to help.
Bookmarks