![]() |
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
|
|||
|
|||
![]()
Is there an easy way to get Outlook to include a Date/Time w/logged on user
stamp whenever something is typed into the Notes area on a Contact form? Extra bonus would be some sort of nice formatting, too. Thanks in advance. |
Ads |
#2
|
|||
|
|||
![]()
See if the code at http://www.outlookcode.com/d/code/stampdate.htm gives you
a start. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Gregory Winters" wrote in message ... Is there an easy way to get Outlook to include a Date/Time w/logged on user stamp whenever something is typed into the Notes area on a Contact form? Extra bonus would be some sort of nice formatting, too. Thanks in advance. |
#3
|
|||
|
|||
![]()
Thanks!
"Ken Slovak - [MVP - Outlook]" wrote: See if the code at http://www.outlookcode.com/d/code/stampdate.htm gives you a start. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Gregory Winters" wrote in message ... Is there an easy way to get Outlook to include a Date/Time w/logged on user stamp whenever something is typed into the Notes area on a Contact form? Extra bonus would be some sort of nice formatting, too. Thanks in advance. |
#4
|
|||
|
|||
![]()
Ken, is there a way to alter the code so that the next date/time stamp is at
the top and pushes the others down? I could keep the most recent at the top. Thanks Russell "Ken Slovak - [MVP - Outlook]" wrote: See if the code at http://www.outlookcode.com/d/code/stampdate.htm gives you a start. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Gregory Winters" wrote in message ... Is there an easy way to get Outlook to include a Date/Time w/logged on user stamp whenever something is typed into the Notes area on a Contact form? Extra bonus would be some sort of nice formatting, too. Thanks in advance. |
#5
|
|||
|
|||
![]()
Russell:
It's curious that you wrote this because I was going to ask Ken just the opposite: how to code so that the *oldest* appears at the top. As written, at least for me, the code displays the newest stamp on the top line! Greg "Russell" wrote: Ken, is there a way to alter the code so that the next date/time stamp is at the top and pushes the others down? I could keep the most recent at the top. Thanks Russell "Ken Slovak - [MVP - Outlook]" wrote: See if the code at http://www.outlookcode.com/d/code/stampdate.htm gives you a start. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Gregory Winters" wrote in message ... Is there an easy way to get Outlook to include a Date/Time w/logged on user stamp whenever something is typed into the Notes area on a Contact form? Extra bonus would be some sort of nice formatting, too. Thanks in advance. |
#6
|
|||
|
|||
![]()
To put something at the top:
item.Body = newData + item.Body; To put something at the bottom: item.Body = item.Body + newData; You either append or prepend your data to the existing Body. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Gregory Winters" wrote in message ... Russell: It's curious that you wrote this because I was going to ask Ken just the opposite: how to code so that the *oldest* appears at the top. As written, at least for me, the code displays the newest stamp on the top line! Greg "Russell" wrote: Ken, is there a way to alter the code so that the next date/time stamp is at the top and pushes the others down? I could keep the most recent at the top. Thanks Russell |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Date/Time Stamp In Notes Area? | Gregory Winters | Outlook - Using Contacts | 2 | July 31st 08 02:39 AM |
date/time stamp | Max | Outlook Express | 3 | December 20th 06 12:04 AM |
Need a time-date stamp for MS Outlook, please | Hugo Acosta | Outlook - General Queries | 1 | September 22nd 06 07:13 PM |
Simple date/time stamp macro for notes area? | c mateland | Outlook and VBA | 2 | August 1st 06 04:55 AM |
Date/Time Stamp of Event | Domenic | Outlook - Calandaring | 3 | April 19th 06 04:33 AM |