#18207
ldm
Participant

No, my macro doesn’t have such line. here is the context of my macro (very simple macro):
———————————————————————-
document.selection.SelectLine();
document.selection.Copy(eeCopyUnicode);
document.selection.SelectLine();
document.selection.Delete(1);
———————————————————————-
As you see, the macro contains only 4 lines, but a file name of the macro appears as a macro name in the Macro’s Toolbar.
So, how to eliminate appearing the file name as a macro name in the Macro Toolbar?

Thank you