![]() |
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
|
|||
|
|||
![]()
I'm using O2003. I have a simple script that inserts the date and some
text in notes and adds a carriage return /line feed at the end. Need help on two items. Can I bold just the date and have the cursor be on the new line on the left. So for example the result of running the script would be as follows: bold09/05/08bold - Sample text cursor location Thanks Shawn ==================== Sub InsertDate() Dim objItem As Object Set objItem = Application.ActiveInspector.CurrentItem objItem.Body = objItem.Body & Format(Date, "mm/dd/yy") & " - Sample text" & vbCrLf Set objItem = Nothing End Sub ===================== |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to prevent text cursor from getting out of a text box on an Outlook 2003 form? | Carlos | Outlook and VBA | 1 | July 12th 07 05:32 PM |
insert as text (to insert html into email body) | Iona | Outlook - General Queries | 1 | July 13th 06 12:10 PM |
Cursor on new message window but no text appears when typed? | TommieC | Outlook - General Queries | 0 | March 15th 06 06:13 AM |
How do I insert a date into the Outlook contact text box | BarryL | Outlook and VBA | 2 | January 20th 06 01:33 AM |
Outlook 2003 cursor location default | Roibn L Taylor | Outlook - Using Contacts | 2 | January 17th 06 08:21 PM |