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 |
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
what is difference between Mandatrary proparties and Assistive proparties? Explain
How to find a window is minimized or not
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?
Can I compare two DataBases using QTP ?
Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?
hen do start automation testing after manual testing
How to handle Run-time errors?
1. What is diffrence between Analog Recording And Lomlevel Recording ?
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer