| Author |
Message |
Topic: ALL DONE Loops, Select file, fill form Done including Excel |
Columbine
Replies: 11
Views: 470
|
Forum: Ask for Help Posted: Wed Nov 25, 2009 7:12 am Subject: All done and thanks. |
| To all who helped me with this query - I have created a few scripts and they are running well - I'll post them here shortly. |
Topic: Lost outside the loop |
Columbine
Replies: 1
Views: 108
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 3:53 pm Subject: Lost outside the loop |
This code almost does what I want, but I'm a little lost with the loop command to make it all happen again,
Specifically
1. Open Excel, (do this once)
2. Open Text file from a folder, Copy three l ... |
Topic: ALL DONE Loops, Select file, fill form Done including Excel |
Columbine
Replies: 11
Views: 470
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 2:39 pm Subject: ALL DONE Loops, Select file, fill form Done including Excel |
Sinkfaze,
Thanks for that! It works ( I had to change A_LoopField to A_LoopReadLine). But it works well.
My next task is to loop the main script I wrote.
Thanks again. |
Topic: ALL DONE Loops, Select file, fill form Done including Excel |
Columbine
Replies: 11
Views: 470
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 2:00 pm Subject: Re: Thanks now to excel |
I was going to post a few links but then did a quick Google. Got tonnes of links. Do this @ the Googles:
excel site:www.autohotkey.com
Thanks, I also found:
http://www.autohotkey.com/forum/vi ... |
Topic: ALL DONE Loops, Select file, fill form Done including Excel |
Columbine
Replies: 11
Views: 470
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 1:58 pm Subject: Excel |
I'm pretty happy with what I've discovered so far, thanks to everyone. (great forum).
My sticking point now is:
Text File contains a line
"INPUT --- model={p(.) c(.) N(.) PIM};"
and ... |
Topic: Copy a list from Excel |
Columbine
Replies: 38
Views: 4782
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 11:35 am Subject: Thanks All! |
In Excel, it's probably best to avoid navigating with the mouse. Instead, use keystrokes. For example:
Send, ^{Home} ; Go to Row 1 Col 1
Send, ^{End} ; Go to lower-right cell
Send, ^{PgUp 9}^{ ... |
Topic: ALL DONE Loops, Select file, fill form Done including Excel |
Columbine
Replies: 11
Views: 470
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 6:12 am Subject: Thanks now to excel |
Thanks again,
I was able to create a once through, one problem I'm encountering is that the Stats program doesn't like me using the FileSelectFile to input into it's edit box. It must be doing som ... |
Topic: ALL DONE Loops, Select file, fill form Done including Excel |
Columbine
Replies: 11
Views: 470
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 1:45 am Subject: ALL DONE Loops, Select file, fill form Done including Excel |
TLM and Leef_me,
Thank you, these were the commands I had found, but it's so great to have them confirmed. Being new to AHK I'm struggling a little with exactly how they should be written into my s ... |
Topic: ALL DONE Loops, Select file, fill form Done including Excel |
Columbine
Replies: 11
Views: 470
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 12:10 am Subject: ALL DONE Loops, Select file, fill form Done including Excel |
Hi,
I am trying to run a statistics program hundreds of times (close to 1000) hence I'd like to automate the process.
I can record most of the process using script writer except three things.
1. i ... |
| |