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