Hello can any one help me
with this Macro Button Formula
my cursor ends up in the subject field
and I need it to be in the Body field
@Command([MailComposeMemo]);
@Command([EditGotoField];"To:" ;
@Command([EditInsertText];"~helpdesk"
@Command([EditGotoField]; "Subject"
@Command([EditInsertText]; "New subject"
@Command([EditGotoField];"Body"
@Command([TextSetFontColor];[Blue]);
@Command([TextBold]);
@Command([EditInsertText];" Enter text:"
with this Macro Button Formula
my cursor ends up in the subject field
and I need it to be in the Body field
@Command([MailComposeMemo]);
@Command([EditGotoField];"To:" ;
@Command([EditInsertText];"~helpdesk"
@Command([EditGotoField]; "Subject"
@Command([EditInsertText]; "New subject"
@Command([EditGotoField];"Body"
@Command([TextSetFontColor];[Blue]);
@Command([TextBold]);
@Command([EditInsertText];" Enter text:"