Search found 27 matches

by KenHadley
Fri May 20, 2016 8:09 pm
Forum: Beginners
Topic: Get handle for excel file that is already open?
Replies: 1
Views: 4774

Get handle for excel file that is already open?

I am using XLOpen in a macro, but now have a situation where the desired file is already open for other reasons. In this case, MS opens a second, read-only copy. Since my macro is wanting to write to the open file, this does not work. Is there a way to either use XLOpen with a file that is already o...
by KenHadley
Fri Nov 06, 2015 10:51 pm
Forum: Technical / Scripting
Topic: Using Global Hotkey for Multiple Applications
Replies: 7
Views: 7714

Re: Using Global Hotkey for Multiple Applications

JRL and armsys, Thank you for these replies. I see now where JRL is headed. I would have a 'master' MS macro for each global hotkey and, based on checking for the active window, I could have two, three or even a dozen different ways of responding to CTRL-1, depending on which window/app was active. ...
by KenHadley
Thu Nov 05, 2015 4:58 pm
Forum: Technical / Scripting
Topic: Using Global Hotkey for Multiple Applications
Replies: 7
Views: 7714

Re: Using Global Hotkey for Multiple Applications

Yes, thank you, JRL, that's a very helpful explanation. I have removed the global hotkey definition from my MS macro and used the following AutoHotKey macro to define Ctrl-1 only for my OptionVue program. AHK will simply pass through the Ctrl-1 hotkey, if my desired application is not the active one...
by KenHadley
Wed Nov 04, 2015 8:20 pm
Forum: Technical / Scripting
Topic: Using Global Hotkey for Multiple Applications
Replies: 7
Views: 7714

Using Global Hotkey for Multiple Applications

I have written a simple macro for one application and assigned Ctrl-1 as the global hotkey. I now have another (unrelated) application that, out-of-the-box, uses Ctrl-1 as a hotkey for its own purposes. Is there a way to rewrite my MacrosScheduler macro, still using Ctrl-1 as its global hotkey, so t...
by KenHadley
Mon Oct 12, 2015 10:17 pm
Forum: Technical / Scripting
Topic: Debug Script That Uses Active Window
Replies: 7
Views: 5926

Re: Debug Script That Uses Active Window

Great! I'll give it a try. Thank you.
by KenHadley
Sun Oct 11, 2015 6:02 pm
Forum: Technical / Scripting
Topic: Debug Script That Uses Active Window
Replies: 7
Views: 5926

Re: Debug Script That Uses Active Window

armsys,

Great question. I would like to know that as well.

Ken
by KenHadley
Thu Oct 08, 2015 11:33 pm
Forum: Technical / Scripting
Topic: Debug Script That Uses Active Window
Replies: 7
Views: 5926

Re: Debug Script That Uses Active Window

Thank you, JRL. That's great. I couldn't figure out a way to see the Watch List when using Modal Messages, so your solution is perfect.

Ken
by KenHadley
Thu Oct 08, 2015 5:13 pm
Forum: Technical / Scripting
Topic: Debug Script That Uses Active Window
Replies: 7
Views: 5926

Debug Script That Uses Active Window

How does one debug a script that uses GetActiveWindow? If I insert modal messages into the code below, and then run the script outside the debugger, it works fine. (I.e., num_matches = 1) I love the debugging tool, but it obviously thinks the MS Editor is the active window and so will not correctly ...
by KenHadley
Thu Oct 08, 2015 3:52 pm
Forum: Technical / Scripting
Topic: Best OCR Tool
Replies: 1
Views: 2795

Best OCR Tool

Marcus, There is a blog entry from 2006 that mentions Textract as a good choice for OCR work and shows how to integrate it into MS. https://www.mjtnet.com/blog/2006/06/06/screen-ocr-recognising-graphical-text/ Is Textract still a good tool for this, or are you aware of better alternatives now some n...
by KenHadley
Wed Jan 07, 2015 10:08 pm
Forum: General Discussion
Topic: Mouse Emulation Script
Replies: 2
Views: 6028

Re: Mouse Emulation Script

Thank you, Marcus. Maybe I'll take a stab at it. I don't know enough about AHK to know how it is being done there, but it seems like all the tools and functionality of MS would offer real advantages. Having used the AHK script a bit, I can say that there are some screens where it could function much...
by KenHadley
Sat Jan 03, 2015 9:21 pm
Forum: General Discussion
Topic: Mouse Emulation Script
Replies: 2
Views: 6028

Mouse Emulation Script

I am wondering if anyone has used MS to do a script like this SansMouse AHK script to emulate mouse navigation. It has a very interesting concept of 26 zones on the screen. You can almost click anywhere on the screen in three, maybe four, keystrokes. I don't know AHK well enough to write this, but h...
by KenHadley
Fri Jun 27, 2014 12:49 pm
Forum: General Discussion
Topic: Simply Hot Key for Macros? (No Alt, etc.)
Replies: 7
Views: 10269

Re: Simply Hot Key for Macros? (No Alt, etc.)

A reboot of my computer and now I can use the backtick by itself. Odd.

Thank you for the confirmation,

Ken
by KenHadley
Thu Jun 26, 2014 6:04 pm
Forum: General Discussion
Topic: Simply Hot Key for Macros? (No Alt, etc.)
Replies: 7
Views: 10269

Re: Simply Hot Key for Macros? (No Alt, etc.)

JRL's response is interesting. When I hit the backtick key *alone* (without Alt), my copy of MS still inserts the Alt.
26-Jun-14 14-03-29.png
by KenHadley
Thu Jun 26, 2014 4:08 pm
Forum: General Discussion
Topic: Simply Hot Key for Macros? (No Alt, etc.)
Replies: 7
Views: 10269

Simply Hot Key for Macros? (No Alt, etc.)

I would like to use as a hot-key for a macro the apostrophe-like symbol that is on the same key as the tilde. (The tilde is the shift character and the apostrophe-like character underneath it is without shift). I don't know what the key is called, but I don't ever need it for typing. However, when I...
by KenHadley
Thu Jun 26, 2014 4:02 pm
Forum: Beginners
Topic: another excel time question
Replies: 7
Views: 7020

Re: another excel time question

PaulSR wrote:Hmmm not sure as it works fine for me.

Is the data in the cells D7:D30 formatted as per your original post? (00:00:00 time format)?
I am interested in the same question and tried out Paul's code. It is working fine for me, using the information on the data provided in the initial email.

Ken
Sign up to our newsletter for free automation tips, tricks & discounts