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 |
Write the vb script for the lowest and highest values of an array?
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
why don’t use real time they r not using check points
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
how to associate object repository during runtime in qtp
HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
Hai anyone please "Explain about Framework in QTP?"
What is qtpro?