Raj27
9 years agoOccasional Contributor
Write to MS Excel DDT
Set DT_Sheet = DDT.ExcelDriver(InputFilePath, "XYZ_DT", true) While Not DT_Sheet.EOF() DT_Sheet.Value("TestData") = "Test" DT_Sheet.Next() Wend DDT.CloseDriver(DT_Sh...
- 9 years ago