S
srm
I'm using Outlook 2003. I'm very new to VB coding and finding my way
around looking at samples and experimenting. I got the following to
insert a date. How correct it is, I don't know, but it works.
Public Sub DateOnly()
Set objItem = Application.ActiveInspector.CurrentItem
objItem.Body = objItem.Body & Format(Date, "mm/dd/yy") & " - "
End Sub
Is there a way to have the date be bolded when entered and have a few
hard returns added after the date?
Thank you.
Shawn
around looking at samples and experimenting. I got the following to
insert a date. How correct it is, I don't know, but it works.
Public Sub DateOnly()
Set objItem = Application.ActiveInspector.CurrentItem
objItem.Body = objItem.Body & Format(Date, "mm/dd/yy") & " - "
End Sub
Is there a way to have the date be bolded when entered and have a few
hard returns added after the date?
Thank you.
Shawn