S
srm
I've created a few simple macros to enter repetitive text in Notes in
Outlook 2003. Here is some sample code:
Public Sub EvaluationSoftwareRequest()
Set objItem = Application.ActiveInspector.CurrentItem
objItem.Body = objItem.Body & Format(Date, "mm/dd/yy") & "
- " & "Requested software." & vbCrLf
End Sub
I'm very new to Macros and at this point only plan to create these
items. I need some help on a few questions and was wondering if
someone can help me.
1. Is it possible to have the text enter (e.g. Requested Software)
have font attributes?
2. When I run the macro, it always enters the text at the end of the
notes, not where I have the cursor location. Can it be configured to
enter the text (e.g. Requested Software) at the cursor location?
3. Similar to my second question, when the Marco completes, the cursor
always goes to the top left in Notes. Can it be configured to keep
the cursor after the text (e.g. Requested Software)?
Thank you very much.
Shawn
Outlook 2003. Here is some sample code:
Public Sub EvaluationSoftwareRequest()
Set objItem = Application.ActiveInspector.CurrentItem
objItem.Body = objItem.Body & Format(Date, "mm/dd/yy") & "
- " & "Requested software." & vbCrLf
End Sub
I'm very new to Macros and at this point only plan to create these
items. I need some help on a few questions and was wondering if
someone can help me.
1. Is it possible to have the text enter (e.g. Requested Software)
have font attributes?
2. When I run the macro, it always enters the text at the end of the
notes, not where I have the cursor location. Can it be configured to
enter the text (e.g. Requested Software) at the cursor location?
3. Similar to my second question, when the Marco completes, the cursor
always goes to the top left in Notes. Can it be configured to keep
the cursor after the text (e.g. Requested Software)?
Thank you very much.
Shawn