![]() |
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
|
|||
|
|||
![]()
Hi,
Once, I had a macro to inert the current date anywhere in the notes field of an open item. That macro has ... gone with the wind. I recreated: ===================================== Sub DateInsert() Dim myOlApp As New Outlook.Application Dim myItem As Object Set myItem = myOlApp.ActiveInspector.CurrentItem myItem.Body = Date & vbCr & myItem.Body Set myItem = Nothing Set myOlApp = Nothing End Sub ===================================== It works but, of course, inserts the date on top of any text. What to write to make the time stamp appear at the cursor? Many thanks, Frans www.fhvzelm.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Insert date at cursor location | F.H. van Zelm | Outlook - General Queries | 4 | July 21st 09 04:13 PM |
Insert Date - Format Text / Cursor Location | srm | Outlook - Using Forms | 5 | September 8th 08 11:41 AM |
Insert date in Notes ?? | Synapse Syndrome[_2_] | Outlook - General Queries | 5 | June 1st 08 01:34 PM |
how can i insert date in the signal? | chelsea | Add-ins for Outlook | 1 | December 22nd 07 08:36 PM |
Outlook 2003 cursor location default | Roibn L Taylor | Outlook - Using Contacts | 2 | January 17th 06 08:21 PM |