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

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
 
M

Michael Bauer

Hi Kim,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top