Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Wipro VB Script Code Interview Questions
Questions Answers Views Company eMail

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?

2441

Post New Wipro VB Script Code Interview Questions


Wipro VB Script Code Interview Questions


Un-Answered Questions

What is the use of dispose method?

534


Hi, Please tell me the most frequently asked interview questions and answers for SAP CRM.

1819


c ka base kya hota hai? what is communication?

4696


How long does it take to master java?

439


What is page scope?

470






What are variables and it what way is it different from constants?

747


I run a web server. Am I at risk? : java security

488


What is bdoc in crm?

492


What is the next microsoft operating system?

553


Does office 2019 include microsoft access?

435


What does rdd stand for?

333


What is the effect of pd controller on system performance?

621


If you do personalization at both FUNCTION level and Responsibility level, which personalization has higher precedence?

591


Define dos?

568


Why you can’t update props in react?

160