Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How open an excel sheet in QTP(not a run time )?

Answer Posted / king

Set ExcelApp = CreateObject("Excel.Application")
ExcelApp.Application.Visible = True
Set ExcelBook = ExcelApp.Workbooks.Add
ExcelBook.Worksheets(1).Cells(1,1).Value="Ankush"
ExcelBook.Worksheets(2).Cells(1,1).Value="Raju"
ExcelBook.SaveAs "C:\test1.xls"
ExcelApp.Quit
Set ExcelApp = Nothing
msgbox "Completed"

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of recovery operation?

1072


how to find that tools work well with ur existing system?

1990


I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.

2186


what QTP Options do you know?

3445


How can you handle exceptions in qtp?

1099


How can i initiate the objects to find uniquely in OR

1946


An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?

1070


what are the mandatory properties for a tex boxc (scenario?)

2045


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

1288


why you have standardized functions? plzzz guys with real time exp. do answer

1899


What is environment variable in qtp and why to use it?

1071


How will you handle java tree in qtp?

1151


Hybrid framework supports Descriptive programming. Is it true?

1217


How to use descriptive programming?

1195


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1980