How to store the iterations value in some variable/ in excel? Dim objExcel, ObjFolder, objPath, objWorkbook, objSheet, ObjFSo, ObjFolderName, strExcelPath Const xlExcel7 = 39 ObjFolderName = "Testing" & Hour(time()) & Minute(time()) &Second(time()) objPath = "D:\" strExcelPath = objPath & ObjFolderName & "\testing.xls" Set ObjFSo = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.CreateFolder(objPath & ObjFolderName) On Error Resume Next Set objExcel = CreateObject("Excel.Application") If (Err.Number <> 0) Then On Error GoTo 0 Wscript.Echo "Excel application not found." Wscript.Quit End If On Error GoTo 0 Set objWorkbook = objExcel.Workbooks.Add() Set objSheet = objExcel.ActiveWorkbook.Worksheets(1) Dim arr1, arr2, arr3 Set outputLines = CreateObject ("System.Collections.ArrayList") arr1 = 123arr2 = 99 arr3 = 10 outputLines.Add arr1 outputLines.Add arr2 outputLines.Add arr3 outputLines.Sort() For Each outputLine in outputLines WScript.Echo outputLine ' how to store this value in excel/ variable? Next objExcel.ActiveWorkbook.SaveAs strExcelPath, xlExcel7 objExcel.ActiveWorkbook.Close objExcel.Application.Quit This above code is working fine but the qs is is there any way to store the sort data in variables / in the excel and how?
2837Post New Wipro VB Script Code Interview Questions
Tell me what is ale, idoc, edi, rfc and explain briefly?
Are you Okay with working over weekends?
What wcf stands for?
Can you crop in powerpoint?
Define Spark Streaming.
What is the difference between an interface and abstract class?
What is the difference between static and private constructor in c#?
Which event do you use to check whether the pivot table is modified or not?
how does the rotating m.m.f is produced in the 3-phase induction motor and how the poles are created in 3-phase induction motor ?
What percentage of the world's photosynthesis is produced by trees alone?
Tell me what is more important, product or customer service?
Explain raiserror in sql server?
What are the constitutions of the cell wall of chlorella pyrenoidosa ?
How do I reset windows mail?
What are Reserved IP Numbers?