| Author |
Message |
Forum: Support Topic: Hot key keys getting stuck in down state |
| hutch@edge.net |
|
Posted: May 20th, 2010, 4:51 pm
|
|
Replies: 5 Views: 534
|
| I think the probelm would be with the "stuff", not with the hotkeys themselves. The modifier keys you are using for the hotekys, ,#,! and ^, simply send the command, and don't actually press the keys. However, if you record a script, when you press the keys, it is shown as: Send, {CTR... |
|
 |
Forum: Support Topic: Replace all text after ( |
| hutch@edge.net |
|
Posted: May 11th, 2010, 9:28 pm
|
|
Replies: 10 Views: 420
|
| That is appending the current date, (NOT date range), to the end of a consistently named filename. What I am trying to do is replace the previous date range with a new date range, on files who have different file names depending on the vendor name. I want to make a hotkey so when I chhose Save As it... |
|
 |
Forum: Support Topic: Replace all text after ( |
| hutch@edge.net |
|
Posted: May 11th, 2010, 7:48 pm
|
|
Replies: 10 Views: 420
|
| I get the following error: "Error: Call to non-existent function." Even if I downloaded the .COM library, (or whatever it's called), this would only address the replacing the date in the Outlook subject line. It still leaves me to add a seperate script to replace the date when naming the f... |
|
 |
Forum: Support Topic: Replace all text after ( |
| hutch@edge.net |
|
Posted: May 11th, 2010, 4:52 pm
|
|
Replies: 10 Views: 420
|
| Good day, SKAN. How should it read, please. |
|
 |
Forum: Support Topic: Replace all text after ( |
| hutch@edge.net |
|
Posted: May 10th, 2010, 8:28 pm
|
|
Replies: 10 Views: 420
|
| I read the help file on those two commands. I'm not very experienced, but I didn't see how those would help, since I'm trying to replace a date RANGE rather than just a date. I tried using: #+G:: StringReplace, 04-24-10 to 04-30-10, 05-01-10 to 05-07-10, All Return but that doesn't work because the ... |
|
 |
Forum: Support Topic: Replace all text after ( |
| hutch@edge.net |
|
Posted: May 10th, 2010, 7:28 pm
|
|
Replies: 10 Views: 420
|
| Every Monday I create and send out numerous excel files, and have to rename the files with the current date, and then also add the date in the subject line when I send the message from outlook. What I am trying to do is have a simple script that will find the first "(" in a line of text, a... |
|
 |
Forum: Support Topic: Extremely newbish help |
| hutch@edge.net |
|
Posted: April 27th, 2010, 6:09 pm
|
|
Replies: 9 Views: 340
|
| Here's an example of a quick response that request a product and date. To enter it, type Win+Shift+C: #+C:: InputBox, Product#, Enter a Product Name. InputBox, Date#, Enter a Date. SendInput, Thank you for buying %Product#% on %Date#%. We hope you have a great experience with our product. Return |
|
 |
Forum: Support Topic: Windows RDC username and password entry |
| hutch@edge.net |
|
Posted: April 16th, 2010, 7:15 pm
|
|
Replies: 2 Views: 247
|
It's possible that the Window Title you see doesn't match the actual title. I've found that classes are better in WinWait situations. Use your Win Spy, (included with AHK), to get the name of the windows class of the window.
Hope that helps. |
|
 |
Forum: Support Topic: [SOLVED] How to get windows user name |
| hutch@edge.net |
|
Posted: November 4th, 2009, 9:58 pm
|
|
Replies: 2 Views: 339
|
That's it!!
Thanks bunches! |
|
 |
Forum: Support Topic: [SOLVED] How to get windows user name |
| hutch@edge.net |
|
Posted: November 4th, 2009, 8:33 pm
|
|
Replies: 2 Views: 339
|
| 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_MM%/%A_DD% by Jack Q. Sleep, 100 Send, {F2} Return As you can see, it automatically enters the date, based on the cur... |
|
 |
Forum: Support Topic: Best Key Combination to Activate AutoHotkeys |
| hutch@edge.net |
|
Posted: October 20th, 2009, 4:35 pm
|
|
Replies: 3 Views: 271
|
My favorite is Ctrl+z, because it's easy to activate with one hand.
^z::
Script goes here
Return |
|
 |
Forum: Support Topic: Transfer data from one excel to another |
| hutch@edge.net |
|
Posted: September 10th, 2009, 7:38 pm
|
|
Replies: 9 Views: 2406
|
| 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. |
|
 |
Forum: Support Topic: Transfer data from one excel to another |
| hutch@edge.net |
|
Posted: September 10th, 2009, 7:36 pm
|
|
Replies: 9 Views: 2406
|
| 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,4,FALSE) Now copy that formula all the way down to the end of your data on sheet 1, and it should show t... |
|
 |
Forum: Support Topic: "Step Through" an AHK Script |
| hutch@edge.net |
|
Posted: August 24th, 2009, 11:20 pm
|
|
Replies: 5 Views: 601
|
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. |
|
 |
Forum: Support Topic: "Step Through" an AHK Script |
| hutch@edge.net |
|
Posted: August 24th, 2009, 8:31 pm
|
|
Replies: 5 Views: 601
|
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 checking the scripts?
Thanks in advance. |
|
 |
| Sort by: |