AutoHotkey Community

It is currently May 24th, 2012, 7:11 am

All times are UTC [ DST ]


Search found 9 matches
Search these results:

Author Message

 Forum: Support   Topic: [Solved] Copy-Paste Results from Word's Find into Excel

Posted: February 24th, 2012, 10:07 am 

Replies: 5
Views: 137


Yes it works, and I've learned a few tricks as well. Thank you for your help!

 Forum: Support   Topic: [Solved] Copy-Paste Results from Word's Find into Excel

Posted: February 23rd, 2012, 5:03 pm 

Replies: 5
Views: 137


I've run into a problem. I'm sorry I wasn't explicit the first time. When I search for the word "hum" the script will also count the word "humdrum" (for example). One way to solve it would be to define a whole list of strings: %A_Space%hum%A_Space% %A_Space%hum. %A_Space%hum? %A_...

 Forum: Support   Topic: [Solved] Copy-Paste Results from Word's Find into Excel

Posted: February 23rd, 2012, 4:22 pm 

Replies: 5
Views: 137


Thanks, man! You saved me.

It's great because I can also use StringCaseSense, which I'll need later on.

Thanks again! :)

 Forum: Support   Topic: [Solved] Copy-Paste Results from Word's Find into Excel

Posted: February 23rd, 2012, 4:00 pm 

Replies: 5
Views: 137


I am trying to count the number of time a string (eg. ABC) appears in Word documents and paste the results in an Excel spreadsheet. What I can't do is get AHK to read the results displayed by Word, meaning the number of times ABC appears. In Word what I need shows up in the Find and Replace window a...

 Forum: Support   Topic: Manipulating DropDownLists in Windows

Posted: October 10th, 2010, 12:51 pm 

Replies: 1
Views: 188


Hello everyone, I've run into a problem: I can't make ahk select "Remind me later" from a dropdownlist of a Norton window and then press "OK"? I have Norton installed and I use its firewall, but I'm using a different antivirus program so I don't have to keep paying for Norton to ...

 Forum: Support   Topic: Start GUI Minimized/Hidden

Posted: March 9th, 2010, 6:47 pm 

Replies: 5
Views: 167


Oh yeah lol :D Thanks guys!

 Forum: Support   Topic: Start GUI Minimized/Hidden

 Post subject: Start GUI Minimized/Hidden
Posted: March 9th, 2010, 6:40 pm 

Replies: 5
Views: 167


I know how to make a gui minimize to tray, what I wanna know is if there's a simple function that will start the gui minimized in the tray. Since I already have the code to make it minimize to tray I guess I only need to make it start in minimized mode. Have I missed the function that starts a gui m...

 Forum: Support   Topic: Can't restrict DropDownList to selected option

Posted: March 9th, 2010, 4:38 pm 

Replies: 2
Views: 355


I ended up doing the script a bit differently and I got it to work flawlessly. Those missing returns were part of the problem. Thanks man!

 Forum: Support   Topic: Can't restrict DropDownList to selected option

Posted: March 9th, 2010, 12:53 pm 

Replies: 2
Views: 355


I'm trying to make a GUI to access a site a specific key combination (either Alt+C, or Ctrl+Alt+C, or Ctrl+Shift+C). The problem is that all the combinations work, always; it doesn't matter which one I've selected. Gui, Add, DropDownList, x1 y1 w170 Drop, Alt+C||Ctrl+Alt+C|Ctrl+Shift+C Gui, Show, x4...
Sort by:  
Page 1 of 1 [ Search found 9 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group