Hi,All
How to change background color of a cell in excel using qtp
and that too with out using Excel Object.(I am importing
the excel sheet by using ImportSheet method)
Answer / srinivasa reddy m
Set oExcel = Createobject("Excel.application")
oExcel.Visible = True
Set oWorkBook = oExcel.WorkBooks.Open("c:\Book1.xls")
Set oWorkSheet = oWorkBook.WorkSheets(1)
oWorkSheet.Cells(1,1).Interior.ColorIndex = 38
Is This Answer Correct ? | 15 Yes | 6 No |
How do we run the scripts in QTP ?? what are the three options....
what testing activities u may want to automate in a project?
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
Can you list some technologies that support qtp?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
Explain about the Test Fusion Report of QTP ?
What is Parameterizing Tests?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
Object Repositories types, which & when to use?
what is diffrense between action and function
Explain xml checkpoints.