AutoHotkey - FreeMouseand KeyboardMacroProgram with Hotkeys and AutoText:"AutoHotkey is a free, open-source utility for Windows. With it, you can: Automate almost anything by sending keystrokes andmouseclicks.
The program allows user to createmacrosworking in any Windows application and trigger themacrousing hot-key or text shortcut, from custom toolbar, by definedmouseaction or schedule to run themacroat defined time or...
Show BusyMousecursor while running theMacro. Sub test()' changemousecursor to busy. Application.Cursor = xlWait MsgBox"Show busymouseicon while running themacro"' change it back to normal. Application.