AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Copy and Paste --> Copy and Retype

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
josephprice
Guest





PostPosted: Thu Nov 19, 2009 10:37 pm    Post subject: Copy and Paste --> Copy and Retype Reply with quote

I'd like to be able to copy and paste a numeric value from one cell into another cell in MS Project. The complication is that the second cell does not accept pasting. So instead I'd like to be able to have AutoHotKey remember the numeric value from the first cell and then *retype* -- not paste -- the numeric value into the second cell.

Is such a thing possible?

In short, it would be mimicking the copy and paste functionality but retyping instead of pasting the contents of the clipboard.
Back to top
darrin0



Joined: 19 Nov 2009
Posts: 5

PostPosted: Thu Nov 19, 2009 10:44 pm    Post subject: Reply with quote

Use:

Send %Clipboard%
Back to top
View user's profile Send private message
rtcvb32



Joined: 17 Feb 2008
Posts: 289

PostPosted: Thu Nov 19, 2009 10:57 pm    Post subject: Reply with quote

darrin0 wrote:
Use:

Send %Clipboard%


For safety reasons, i'd add Raw
Code:

Send, {Raw}%clipboard%
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group