Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   [Outlook 2003-SP2] cursor (http://www.outlookbanter.com/outlook-vba/28912-outlook-2003-sp2-cursor.html)

Joel Allen October 4th 06 07:23 PM

[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



Michael Bauer [MVP - Outlook] October 5th 06 07:09 AM

[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



All times are GMT +1. The time now is 08:39 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com