Ist hier der geänderte Index. Sie müssen gerade die Daten im Index ändern.
WAHL ausdrücklichSchwaches objExcelSchwaches objWorkbookSchwaches CurDateSchwaches objEMailSchwaches excelDateSchwaches strDateSchwaches strEMailobjExcel = CreateObject („Excel.Application“) einstellenobjWorkbook = objExcel.Workbooks.Open _ einstellen („C:\Tpxtracker.xls ")StartDate verdunkelnStartDate = CDate („01/14/2010“)Schwaches EndDateEndDate = CDate („01/31/2010“)Schwaches intRowintRow = 2CurDate = Datum () 'Wscript.Echo „heutiges Datum: “ U. CurDateBis objExcel.Cells (intRow, 9).Value = "" tun 'Wscript.Echo „eMail: “ u. objExcel.Cells (intRow, 6).Value 'Wscript.Echo „Datum: “ u. objExcel.Cells (intRow, 9).Value excelDate = objExcel.Cells (intRow, 9).Value strEMail = objExcel.Cells (intRow, 6).Value Wenn StartDate <>
= excelDate dann objEmail = CreateObject („CDO.Message“) einstellen objEmail.From = „[email protected]“ objEmail.To = strEMail objEmail.Subject = „Willkommen“ objEmail.HTMLBody = „Willkommen zur Firma.“ 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 „Post geschickt zu“ u. strEMail Beenden wenn intRow = intRow + 1SchleifeobjExcel.Quit