It is regarding VBScript, how to export our function
results to ExcelSheet through VBscripting.
Ex: I have written add function, that result should export
to Excel.
Answer Posted / archana
we have one method in DATATABLE ie.,EXPORT.
Use Datatable.Export "excel filename".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many number of actions possible in qtp?
desribe a situation where u faced a stressful situation and how did u cope with it
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Plz Explain AUTOMATION REFERENCE MODEL?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Explain the views in the QTP GUI?
Explain how qtp identifies object?
Can any body please tell me the steps of keyword driven framework of QTP.
i can done the project with QTP in that time i can say how many members in my team size?
What is fragmentation and paging?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
How can get count of list box?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.