Tell me in balance sheet, where do you show tds?
What do you mean by silverlight.js file?
What are rectifiers used for?
What is multi programming?
What is self and init in python?
What is KeyStore in Pega?
How to disable trace http request?
what is the differance between a technology and an engineering ?
Can the double-checked locking fail on a single processor system?
Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?
Explain advantages of R data Visualization?
What is the use of annotations?
How old is excel?
Where would you use an ihttpmodule, and what are the limitations of any?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.