How to add macro?
There are several ways how to create new macro
- “Insert/Add Macro” main menu item.
- Right click in the macros view and select
“Add Macro” menu item
- Using “Add” toolbar button and “Add
Macro” menu item. New users may appreciate "Macro Wizard"
feature that is available on "Ctrl+W" hotkey (or from program's
menu and toolbar as well). The macro wizard guides user through whole
the macro creation process and gives user better understanding of how the
macros are organized in the program and how all the macro
options/settings/attributes can be later accessed and changed.
How to copy sample macro?
Find macro which you want to copy. Copy macro from <#>
Start of the macro to <#>
End of the macro in to clipboard (Ctrl+C). Add macro,
select Macro
and paste macro code from clipboard (Ctrl+V).