#9014
derekcohen
Participant

That’s great.

I have created a macro

//narrowing on
editor.ExecuteCommandByID(4457);
//sort A-Z
editor.ExecuteCommandByID(4477);
//narrowing off
editor.ExecuteCommandByID(4458);

and added it to one of the menus but it displays the name of the macro file – is there a way for it to display “Sort selection” rather than “sortselection.jsee”

thanks

Derek