litlmike Posted September 15, 2006 Posted September 15, 2006 Is there another way to Paste without using Send("^v')? Is there an alternative way to do Paste, without using the keystrokes, etc. Like ClipPutPaste()? ControlSet, ControlSend, etc. solutions are not an option in this case. Not working with a control. Thanks in Advance! _ArrayPermute()_ArrayUnique()Excel.au3 UDF
Paulie Posted September 15, 2006 Posted September 15, 2006 (edited) Is there another way to Paste without using Send("^v')? Is there an alternative way to do Paste, without using the keystrokes, etc. Like ClipPutPaste()? ControlSet, ControlSend, etc. solutions are not an option in this case. Not working with a control. Thanks in Advance! $1 = Clipget() Send($1) like this? http://www.autoitscript.com/autoit3/docs/f...ons/ClipGet.htm Edited September 15, 2006 by Paulie
litlmike Posted September 15, 2006 Author Posted September 15, 2006 $1 = Clipget() Send($1) like this? http://www.autoitscript.com/autoit3/docs/f...ons/ClipGet.htmlol... wow... its weird how something can be right in front of your face and you can just completly miss it. Thanks, that will prolly work fine. _ArrayPermute()_ArrayUnique()Excel.au3 UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now