AutoHotkey Community

It is currently May 27th, 2012, 1:25 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: November 19th, 2009, 11:37 pm 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 19th, 2009, 11:44 pm 
Offline

Joined: November 19th, 2009, 11:34 pm
Posts: 5
Use:

Send %Clipboard%


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 19th, 2009, 11:57 pm 
Offline

Joined: February 17th, 2008, 7:09 am
Posts: 536
darrin0 wrote:
Use:

Send %Clipboard%


For safety reasons, i'd add Raw
Code:
Send, {Raw}%clipboard%


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], iDrug, Ohnitiel and 21 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group