[Outlook 2003-SP2] cursor

  • Thread starter Thread starter Joel Allen
  • Start date Start date
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
 
Back
Top