What are tables and fields in the database?
What is a tuple in python?
How to calculate fact table granularity?
Explain the function of Finance Department.
Is primefaces free?
What is content drupal?
Why it is not advised to use innerhtml in javascript?
can u give me a brief idea about power line carrier communication ??
What is the main purpose of a process definition document (pdd)?
What is the simplest way to create a new database in ms sql server?
Define the role of api server?
explain different ways of using thread? : Java thread
Explain the flow of messages in biztalk server engine?
Explain the difference between #import and #include in objective-c?
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.