Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easy Copy and Paste
#1
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)