Get cursor to automaticaly possition to the end of the subject line

  • Thread starter Thread starter Kim
  • Start date Start date
K

Kim

I have a little vba program that takes some data and puts it at the begining
and end of the subject in an existing open email.
The data is the company name and the date.

The program runs fine. However when I run it the cursor is put at the top of
the body of the email. This is probably fine as most people dont care. I
want the cursor to end up at the end of the Subject line. I want it there to
be ready for me to enter data.

Regards
 
Hi Kim,

that´s not possible via the OOM. Instead you´d need some Win32 APIs like
FindWindow etc.
 
Back
Top