You can prepare the subject and body by inserting a placeholder, e.g.
"[@date]" (without quotations).
Then customize the form, open the VBScript editor and insert this sample
code:
Function Item_Open()
Item.Subject = Replace(Item.Subject, "[@date]", Date)
Item.HTMLBody = Replace(Item.HTMLBody, "[@date]", Date)
End Function
--
Best regards
Michael Bauer - MVP Outlook
Outlook Categories? Category Manager Is Your Tool:
<
http://www.vboffice.net/product.html?pub=6&lang=en>
Am Tue, 1 Apr 2008 05:33:00 -0700 schrieb PSULionRP:
I reference the day and date in the Subject line of my standard form and
in
the body of the e-mail itself. I just wasn't sure if there was a way to
auto
date within a form. Like using the Excel equivalent of "=TODAY()". Just as
a
means of making my standard form more intelligent and saving keystrokes
and
time is all.
:
Where do you want the auto date?
--
Best regards
Michael Bauer - MVP Outlook
Outlook Categories? Category Manager Is Your Tool:
<
http://www.vboffice.net/product.html?pub=6&lang=en>
Am Mon, 31 Mar 2008 10:34:39 -0700 schrieb PSULionRP:
I have a form I have set-up that I send out everyday. Is there any way
that I
can Auto Date the form??? Like in my Subject Line I refer to the Day and
Date, ex. Tuesday, April 1st, and I slao reference the day and date
within
the body of the e-mail form.
Any help would be greatly appreciated and Thnaks in advance for your
help.
PSULionRP