G
Guest
Help!! I have a field that might have a paragraph or 2 in it. The user would
like to have a button that goes to the top of the field and inserts the date
and time. Can I do this with a macro using the sendkeys option? I'm able to
get to the top of the field by using sendkeys to send an:
{F2}{HOME}
then insert the date and time by
^; ^:
but it only works if there are no returns in the actual text, if there are
returns in the text, it enters the date and time in the blank line between
the paragraphs.
Thanks
like to have a button that goes to the top of the field and inserts the date
and time. Can I do this with a macro using the sendkeys option? I'm able to
get to the top of the field by using sendkeys to send an:
{F2}{HOME}
then insert the date and time by
^; ^:
but it only works if there are no returns in the actual text, if there are
returns in the text, it enters the date and time in the blank line between
the paragraphs.
Thanks