[Outlook 2003-SP2] cursor

J

Joel Allen

Hello,

I have this subroutine that adds a new line to the notes field. After
clicking the button, I want the cursor to go to the end of the line I just
created. How can I do this?

Sub CommandButtonNewEntry_Click()

Item.Body = Now() & " " & pCurUserName & ": " & vbCrLf & vbCrLf & Item.Body

End Sub


Thanks so much for your help.
Joel
 

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