Discover how Easily you can Automate Word Using Autohotkey’s build in COM object support Ever since I Started using scripts to automate my work I have been using COM to automate MS office programs Like Word, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Create new documents, edit various …
All Posts by jszadmin
AutoHotkey COM Video Reference: Excel basics
Discover how Easily you can Automate Excel Using Autohotkey’s build in COM object support Ever since I Started using scripts to automate my work I have been using COM to automate MS office programs Like Excel, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Perform calculations, analyse information and …
AutoHotkey Scripting Thoughts: Best Practices
As you begin to expand your use of AutoHotkey Like philip did from last week’s post It’s common that a need or desire to write code That performs complex operations arise Or the wish to use more Advanced functionality of AutoHotkey comes up Simply writing line after line Will not always give you the best Ahk …
AutoHotkey Scripting Thoughts: The Terminology
“I am so confused, and I am not afraid to admit it!” That’s how the email I got last week from Philip started He sent me two AutoHotkey scripts he wrote. In one he used a single subroutine and in the other he did a call to a copied function. That was about it, seemed simple enough …
AutoHotkey Scripting Thoughts: A Script Is…
Late evening, it’s raining, I think a thunderstorm is coming because I’ve just seen the flashes of lightning. There is always a good chance for rain here in Denmark. We also have a saying: “There is no bad weather, only bad attire” — but tonight I’m still happy to be making my script indoors. Anyway, listening to Distant Thunder from mynoise.net and waiting …
6 Autohotkey tricks to be more productive
I think, we all wish, we could be even more productive at work and at home — but that’s so much easier said than done. In a 2013 survey by AtTask a software company, workers reported spending just shy of half of their time a week on things other than their primary job duties or in things like meetings. To …
Easily Activate Outlook Rule with Your Keyboard
If unread emails are a pain for you, then this tutorial will help. I love getting emails! I see it as a great opportunity for me to help a reader And maybe even earn more trust from you my audience And it seems to work: IN THIS TUTORIAL YOU’LL LEARN ABOUT: How my own daily habits were keeping …
Mouse macro recorder a tutorial
There are so many free mouse and keyboard recorders All of them just one download away So if that is all you need: This tutorial may not be for you Because in this tutorial I will teach you how to make your Very own unique mouse macro recorder. And its simple and totally free, All you need …
Why you ought to post the imagesearch code you have tried
You may already know how Autohotkeys Imagesearch works or you may still be learning. Whether your new or not, sometimes you still need to ask questions. One of the best places to do that is the Autohotkey forums. Most of the time I’d say just ask, but when asking about complex commands like Imagesearch the possible things …
Make a beautiful graphical user interface in 15 lines or less
I hope you can agree with me when I say: A beautiful graphical user interface (GUI) Can be hard to make: Getting it to look really look beautiful is even HARDER. Or is it? Well, it turns out. You can dramatically increase the look of your GUI’s by using one simple method… …a method that has helped …