Tagged: Macro Toolbar
- AuthorPosts
- April 13, 2014 at 9:46 am #18199ldmParticipant
Hi there,
How can I choose whether Macro name should appear in the Macro Toolbar or not? Some my macro names appear there, but someone no…
Thank you
April 13, 2014 at 7:17 pm #18202Yutaka EmuraKeymasterHello Just,
If you have
#title=”macro title”
on the first line of a macro, the title appears.
April 14, 2014 at 2:49 am #18207ldmParticipantNo, 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
April 14, 2014 at 5:51 am #18208ldmParticipantWhen the first line of the macro is
#title=
when there is no any macro name in the Macro Toolbar (just an icon).April 14, 2014 at 10:04 am #18218Yutaka EmuraKeymasterYou can write:
#title=""
April 16, 2014 at 9:23 am #18260ldmParticipantThanks!
- AuthorPosts
- You must be logged in to reply to this topic.