Link to home
Start Free TrialLog in
Avatar of alexr54
alexr54Flag for United States of America

asked on

Need help with Subject line in VBS script for Email

I need a format which will use the current date -8 and the current date -1

Example would be:

MAIL.Subject = "the date is 3/15/2011 3/23/2011"

in a format similar to:

MAIL.Subject = "the date" & Mid(date1,1,InStr(1,date1," "))

not great at VB scripting, any help would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of alexr54
alexr54
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of alexr54

ASKER

figured it out