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?

2452

Post New Wipro VB Script Code Interview Questions


Wipro VB Script Code Interview Questions


Un-Answered Questions

How do I concatenate two strings?

1


What does the system tray icon look like?

509


How do I find my public ip address in linux?

457


What are pathogens?

695


What is the concept of project management?

501






How to calculate coreletion coefficient

1127


how do you test for missing values? : Sas programming

566


What is Metamask?

5


How do I delete blank pages in excel?

317


What are the different options while setting up alerts?

142


What is :: operator in c++?

563


Tell me how many planets are in the new solar system?

177


What are attributes and methods in a python class?

466


differnce between the 4.7 & 6.0 versions?

1644


What is the use of Rate field while setting up taxes?

90