Är här ändrad skrivar. Du behöver precis att ändra daterar i skriva.
Explicit ALTERNATIVDunkel objExcelDunkel objWorkbookDunkla CurDateDunkel objEMailDunkel excelDateDunkel strDateDunkel strEMailFastställd objExcel = CreateObject (”Excel.Application”)Fastställd objWorkbook = objExcel.Workbooks.Open-_, (”C:\Tpxtracker.xls”)Dunkla StartDateStartDate = CDate (”01/14/2010”)Dunkla EndDateEndDate = CDate (”01/31/2010”)Dunkel intRowintRow = 2CurDate = daterar () 'Dagens Wscript.Echo ”daterar: ” & CurDateGör till objExcel.Cells (intRow, 9). Värdera = "", 'Wscript.Echo-”e-post: ” & objExcel.Cells (intRow, 6). Värdera 'Wscript.Echo ”daterar: ” & objExcel.Cells (intRow, 9). Värdera excelDate = objExcel.Cells (intRow, 9). Värdera strEMail = objExcel.Cells (intRow, 6). Värdera Om StartDate <>
= excelDate därefter Fastställd objEmail = CreateObject (”CDO.Message”) objEmail.From = ”[email protected]”, objEmail.To = strEMail objEmail.Subject = ”välkomnande”, objEmail.HTMLBody = ”välkomnande till företaget.”, objEmail.Configuration.Fields.Item-_, (”http://schemas.microsoft.com/cdo/configuration/sendusing”) = 2 objEmail.Configuration.Fields.Item-_, (”http://schemas.microsoft.com/cdo/configuration/smtpserver”) = _, ”smtpservername”, objEmail.Configuration.Fields.Item-_, (”http://schemas.microsoft.com/cdo/configuration/smtpserverport”) = 25 objEmail.Configuration.Fields.Update objEmail.Send Wscript.echo ”postar överfört till” & strEMail Avsluta om intRow = intRow + 1KretsaobjExcel.Quit