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 

Search found 5 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Problems entering in full text into excel cells, and more
darrin0

Replies: 6
Views: 168

PostForum: Ask for Help   Posted: Fri Nov 20, 2009 6:25 pm   Subject: Problems entering in full text into excel cells, and more
Thanks for the help rtcvb32; your version does look a lot cleaner than mine.

I am still having problems with this macro though. It is rarely consistent with working. There is a portion in it where ...
  Topic: Problems entering in full text into excel cells, and more
darrin0

Replies: 6
Views: 168

PostForum: Ask for Help   Posted: Fri Nov 20, 2009 12:04 am   Subject: Problems entering in full text into excel cells, and more
sorry, I don't actually know how to properly paste code into this forum Sad
  Topic: Problems entering in full text into excel cells, and more
darrin0

Replies: 6
Views: 168

PostForum: Ask for Help   Posted: Fri Nov 20, 2009 12:02 am   Subject: Problems entering in full text into excel cells, and more
#z::

WinWait, Microsoft Excel,
IfWinNotActive, Microsoft Excel, , WinActivate, Microsoft Excel,
WinWaitActive, Microsoft Excel,
Send, {F2}{HOME}{SHIFTDOWN}{RIGHT}{SHIFTUP}{CTRLDOWN}c{CTRLUP}{ ...
  Topic: Copy and Paste --> Copy and Retype
darrin0

Replies: 2
Views: 76

PostForum: Ask for Help   Posted: Thu Nov 19, 2009 11:44 pm   Subject: Copy and Paste --> Copy and Retype
Use:

Send %Clipboard%
  Topic: Problems entering in full text into excel cells, and more
darrin0

Replies: 6
Views: 168

PostForum: Ask for Help   Posted: Thu Nov 19, 2009 11:40 pm   Subject: Problems entering in full text into excel cells, and more
I've put together a macro to allow me to modify several differnt cells in excel and then copy those cells into an online form. The main issue I'm running into is that my macro isn't consistent. Someti ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group