| Author |
Message |
Topic: [SOLVED] How to get windows user name |
hutch@edge.net
Replies: 2
Views: 106
|
Forum: Ask for Help Posted: Wed Nov 04, 2009 9:58 pm Subject: [SOLVED] How to get windows user name |
That's it!!
Thanks bunches! |
Topic: [SOLVED] How to get windows user name |
hutch@edge.net
Replies: 2
Views: 106
|
Forum: Ask for Help Posted: Wed Nov 04, 2009 8:33 pm Subject: [SOLVED] How to get windows user name |
Greetings, Gurus.
I have a short hotstring that enters the date and username into a program when you type "ed{Enter}"
::ed:: ;;Edit MM/DD by ______.
Send, Edit %A_M ... |
Topic: Best Key Combination to Activate AutoHotkeys |
hutch@edge.net
Replies: 3
Views: 95
|
Forum: Ask for Help Posted: Tue Oct 20, 2009 4:35 pm Subject: Best Key Combination to Activate AutoHotkeys |
My favorite is Ctrl+z, because it's easy to activate with one hand.
^z::
Script goes here
Return |
Topic: Transfer data from one excel to another |
hutch@edge.net
Replies: 9
Views: 485
|
Forum: Ask for Help Posted: Thu Sep 10, 2009 7:38 pm Subject: Transfer data from one excel to another |
| You could post a small sample with some dummy data, that is in the same format, and I will send you back the correct formula. |
Topic: Transfer data from one excel to another |
hutch@edge.net
Replies: 9
Views: 485
|
Forum: Ask for Help Posted: Thu Sep 10, 2009 7:36 pm Subject: Transfer data from one excel to another |
If the names on sheet 2 match the names on sheet 1, and the names are in column A of sheet 2, a vlookup would work.
On sheet 1, in cell B2, enter the following formula:
=vlookup(A2,'Sheet2'!$A:$D, ... |
Topic: "Step Through" an AHK Script |
hutch@edge.net
Replies: 5
Views: 165
|
Forum: Ask for Help Posted: Mon Aug 24, 2009 11:20 pm Subject: "Step Through" an AHK Script |
Thanks for the response, guys. My previous searches on error checking and step into/trhough didn't turn up anything useful. I'll try the terms you suggested.
Have a good one. |
Topic: "Step Through" an AHK Script |
hutch@edge.net
Replies: 5
Views: 165
|
Forum: Ask for Help Posted: Mon Aug 24, 2009 8:31 pm Subject: "Step Through" an AHK Script |
Greetings, Gurus.
Is there a built-in function or 3rd part utility that will allow you to "step through" an AHK script, like the F8 function in VBA? Or is ther another means of error che ... |
Topic: Full automated copy-paste between two applications |
hutch@edge.net
Replies: 2
Views: 351
|
Forum: Ask for Help Posted: Wed Jul 15, 2009 9:25 pm Subject: Full automated copy-paste between two applications |
Hugo is right. A loop should do it for you. Be sure to set enough sleep between each step to allow for processing.
Here are a couple of other tricks that might help. If the name of your Excel fi ... |
Topic: Why does AutoHotKey run so slow? |
hutch@edge.net
Replies: 13
Views: 597
|
Forum: Ask for Help Posted: Thu Jul 02, 2009 4:39 pm Subject: Why does AutoHotKey run so slow? |
| Too late for me. I cracked up, already. LOL. (I'm soooo freakin' immature.) |
Topic: Simple? request from a novice |
hutch@edge.net
Replies: 6
Views: 269
|
Forum: Ask for Help Posted: Fri Jun 26, 2009 7:33 pm Subject: Simple? request from a novice |
| Sounds like you are trying to create a spammer for a chat room. Are you? |
Topic: How to display HotKey, HotList |
hutch@edge.net
Replies: 12
Views: 586
|
Forum: Ask for Help Posted: Mon Jun 22, 2009 7:55 pm Subject: How to display HotKey, HotList |
This script will show a list of hotkeys and hotstrings by pressing Ctrl+Z, or by right-clicking the "H" in your tray and selecting "Hotkeys List".
To use it, copy the following ... |
Topic: [SOLVED] AHK Using Various Excel Windows... |
hutch@edge.net
Replies: 7
Views: 888
|
Forum: Ask for Help Posted: Tue May 12, 2009 6:30 pm Subject: [SOLVED] AHK Using Various Excel Windows... |
Sorry, skinfaze. I got busy and wasn't able to get back to you. You're right, there's no harm in testing it with those extra lines removed. I'll give it a try.
Thanks for all you help.
Have a ... |
Topic: [SOLVED] AHK Using Various Excel Windows... |
hutch@edge.net
Replies: 7
Views: 888
|
Forum: Ask for Help Posted: Sat May 09, 2009 3:29 pm Subject: [SOLVED] AHK Using Various Excel Windows... |
| Sorry. I didn't realize I wasn't logged in for my last reply. |
Topic: [SOLVED] AHK Using Various Excel Windows... |
hutch@edge.net
Replies: 7
Views: 888
|
Forum: Ask for Help Posted: Sat May 09, 2009 7:41 am Subject: [SOLVED] AHK Using Various Excel Windows... |
Thanks for the reply, sinkfaze.
I will definitely incorporate the #IfWinActive command, that will help if the user forgets to make sure Excel is active before starting the script.
Hotkey 2 was d ... |
Topic: [SOLVED] AHK Using Various Excel Windows... |
hutch@edge.net
Replies: 7
Views: 888
|
Forum: Ask for Help Posted: Sat May 09, 2009 6:23 am Subject: [SOLVED] AHK Using Various Excel Windows... |
Greetings, Gurus.
I'm certain this has been done, but hours of searching didn't turn up the advice I needed.
I have a simple script that utilizes several hotkeys to copy values from an Excel fil ... |
| |