with out using import sheet came is it possible to get the
excel sheet ?

Answers were Sorted based on User's Feedback



with out using import sheet came is it possible to get the excel sheet ?..

Answer / sandeep

i think no

Is This Answer Correct ?    1 Yes 1 No

with out using import sheet came is it possible to get the excel sheet ?..

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

Post New Answer

More QTP Interview Questions

whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1 Answers  


Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?

2 Answers  


Hi everybody, Can anybody tell me that how the QTP frameworks are implemented . I wanted to know with examples . Thanks in advance

2 Answers  


how to post xml data from QTP scripts to any application?

0 Answers  


What is the main difference between desriptive programming and generic functions

2 Answers   HCL,






Now it appears to be more than enough... I have learn entire QTP, I did whatever I could do but still facing lots of problem and those problems could be removed only after working in professional atmosphere. But still unable to expose myself as professionaly. It is becoming panic, It has been two years I am in manual testing and looking for the change but all the recruiters ask for QTP, but my problem is I don't have working experience with QTP. Kindly suggest me I really need effective suggestions. I dont have more caliber to work with present organization cause of salary reasons...boo.. hooo...hooo. My email address is alkaa.dugaal@gmail.com

0 Answers  


In qtp is it possible to check broken links of a page?

0 Answers  


how to click the link in webpage by using QTP Script????????

3 Answers  


how i can delete the excel process for the task manager using QTP

2 Answers  


After running scripts how you report results ,there is any specific report form

1 Answers  


How do we run the scripts in QTP ?? what are the three options....

4 Answers   HCL,


is qtp 9.2 create the scripts with the application run on mozilla firefox browser?

3 Answers  


Categories