#9429
Yutaka Emura
Keymaster

Hi hihihlo,

You can’t run another macro from within a macro. That’s why ExecuteCommandByID has no effect for “Select this macro” or “Run macro” command.
You might want to use #include to call another macro routines.

Thanks!