The xls contain data. how to get number of columns form
the sheet?
Answer Posted / basha
for global sheet
rowcount=datatable.globalsheet.getrowcount
msgbox (rowcount)
for action sheet
rowcount=datatable.localsheet.getrowcount
msgbox (rowcount)
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is active screen?
How does qtp identify objects in the application?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is the architecture of your project? Can any one answer for this question plz........
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How to record application running on the Virtual machine?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
please any one can explain the keyword driven framework. with gmail example.
what QTP Options do you know?
How to create scenario selector
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
How many types of object repository in qtp?
What are the different ways to invoke an application using QTP?
In qtp, how you can exit for loop?
what is test scheduleling?