![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Word 2003 and Outlook 2003 (both SP2) versions don't match. Fix? | Wiley | Outlook - Installation | 6 | September 24th 06 03:57 AM |
Word 2003 and Outlook 2003 (both SP2) versions don't match. Fix? | Wiley | Outlook - Installation | 2 | September 21st 06 05:11 AM |
Outlook 2003 sp2 | bob | Outlook - General Queries | 1 | September 15th 06 12:18 PM |
Outlook 2003 and Echange 2003 SP2 | ldo | Outlook - Using Contacts | 1 | June 24th 06 02:55 PM |
Outlook 2003 cursor location default | Roibn L Taylor | Outlook - Using Contacts | 2 | January 17th 06 09:21 PM |