View Single Post
  #2  
Old October 5th 06, 06:09 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default [Outlook 2003-SP2] cursor

Am Wed, 4 Oct 2006 10:23:03 -0700 schrieb Joel Allen:

You could do that easily with Redemption (www.dimastr.com).

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


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