EZ Macros FAQ
Frequently asked questions and answers
Installation & Startup
When I try to install EZ Macros, I get a message saying "Please be sure that EZ Macros(s) are closed before installing." I have not installed it before. What do I do?
You may have a folder or window open with the words "EZ Macros" in the title. Make sure that all folders, windows, and programs are closed before installing.
Also check the bottom right corner of your screen (system tray) next to the clock. If you see a small green diamond icon, that's EZ Macros running. Right-click on that icon and select EXIT to close the program, then try installing again.
EZ Macros doesn't come up when I start the computer. How do I fix this?
To enable automatic startup:
- Open EZ Macros
- Click the Options menu
- Select Auto Start and Hide
Important: Make sure you don't have EZ Macros in your Windows Startup folder, as this can prevent Auto Start and Hide from working properly.
How do I keep from seeing the list of sample macros every time I start up?
To remove the sample macros and start with a clean slate:
- Click File → New
- Create a new macro file
This will replace the sample macros and allow you to use EZ Macros without interruption.
Creating Macros
How do I record a macro?
To record a new macro:
- Click ADD to start creating a macro
- Select the type of macro you want (remember mouse and keyboard events)
- Click Next
- Select "Press a hot key to launch a macro"
- Click Next
- Choose your hotkey combination
- Click Next
- Click Record
- Perform the actions you want to automate using your keyboard and mouse
- Press the Pause key on your keyboard to stop recording
- Click Next
- Type a description for your macro
- Click Finish
How do I manually create a macro?
To create a macro manually without recording:
- Click ADD to start creating a macro
- Select the type of macro you want (remember mouse and keyboard events)
- Click Next
- Select "Press a hot key to launch a macro"
- Click Next
- Choose your hotkey combination
- Click Next
- Click Create/Edit
- Type your macro steps manually
- Click OK
- Click Next
- Type a description for your macro
- Click Finish
Now click Activate Hotkeys and Hide, then run the macro using the hotkey you defined.
Editing & Advanced Features
EZ Macros goes crazy when I edit a macro that I just recorded. Help!
Editing a recorded macro can disrupt the embedded time code that controls the macro's timing and execution.
Best practices:
- If possible, re-record the macro instead of editing it
- If you know you'll need to edit a macro later, create it manually using the Create/Edit option instead of recording
- Manually created macros can be edited freely without affecting timing
How can I make one macro start another macro?
To chain macros together:
- Create both macros you need
- Edit the first macro by clicking Create/Edit
- Click the "Call Macro" button
- Select the second macro from the list
- Click OK
Now when you run your first macro, it will automatically call and execute the second macro.