Select Macro Group or Smart Group

Thank Jim, your macro is very handy! It also allows me to select Smart macro groups which is what I initially needed the most.

The second one did just what I wanted to but I can see some good use cases for the first AppleScript. Thank you very much, it will allow me to work and sort and find things quicker for different applications that have different group settings.

I tweaked the second slightly to give me only macro groups that are active.

tell application "Keyboard Maestro"
  select (every macro group whose name contains "Keyboard Maestro" and enabled is true)
end tell

Here are a couple of macros that will select the active macros with a prompt as well as the macros with the name in it based on the current system clipboard (which you can type in your own name if nothing is in the clipboard).

**AAA - Automation - Keyboard Maestro Macros.kmmacros (59 KB)