02-27-2012, 08:17 PM
I would simply like to copy text into a string for instance using a password bar running separate macros
Copy1
'HSE Cc
str a.getclip
Then Copy another text to string
Copy2
'HSE Cc
str b.getclip
Copy3
'HSE Cc
str c.getclip
I then want to paste them at a different time
paste1
str a.setclip
outp a
paste2
str b.setclip
outp b
paste3
str c.setclip
outp c
But this does not work. It only gives me the last thing I copied. I have tried a great many variations none of which work.
Copy1
'HSE Cc
str a.getclip
Then Copy another text to string
Copy2
'HSE Cc
str b.getclip
Copy3
'HSE Cc
str c.getclip
I then want to paste them at a different time
paste1
str a.setclip
outp a
paste2
str b.setclip
outp b
paste3
str c.setclip
outp c
But this does not work. It only gives me the last thing I copied. I have tried a great many variations none of which work.