with out using import sheet came is it possible to get the
excel sheet ?
Answers were Sorted based on User's Feedback
Answer / chaitu.c
Dim ExcelObj
Dim ExcelWB
Dim NewSheet
Set ExcelObj = CreateObject("Excel.Application")
Set ExcelWB = ExcelObj.Workbooks.Open ("D:\Documents and
Settings\Administrator.SEERVER\Desktop\Test.xls")
Set NewSheet = ExcelWB.Sheets("ranga")
NewSheet.Cells(1,1)= "CHAITU"
ExcelWB.Save
ExcelObj.Quit
Set NewSheet = Nothing
Set ExcelWB = Nothing
| Is This Answer Correct ? | 2 Yes | 2 No |
How to test results for qtp ?
How many types of status are there?
what is output value in QTP and how it can be used in automation testing
How to run a test using quicktest professional?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
Will QTP Support Japanese Language?
3 Answers Cap Gemini, Infosys,
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
explain abt dyanamic changing object with example?
what is the smart identification techniqu?what r the different mechanisums used in it?
Does QTP support flat files? If yes what are those?
What are output values and why they are used ?