View Single Post
  #1  
Old October 4th 06, 06:23 PM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default [Outlook 2003-SP2] cursor

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


Ads