Here in my automation tool, i am retreiving some values and
i need to store this values in the excel. How can i achieve
this?. We are using VBA as scripting language. please let
me know if you require any further inputs.
Answer / suryanarayan mohanty
Set fs = CreateObject("Excel.Application")
If Not (fs.fileexists(FileName)) Then
Set fd = fs.createFile(FileName)
End If
Open FileName For Append As 1
Write #1, xyz, dwe, qws
Close #1
End If
| Is This Answer Correct ? | 1 Yes | 1 No |
Can u describe what kind of testing are for OTC derivates by banks.
Explain about filter expression?
How to write VB Script for selecting a particular row in a WebTable?
Difference between Function and Sub routine?
How to declare an array in vbscript?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
What are the 2 ways in which a variable can be declared in the vbscript language?
What is the difference between do until loop and do while loop?
How to return a value from function...? you should not tell msgbox, print.. etc.,
How can I get the value of an object property or variable in another frame?
What is vbscript language used for and which earlier language is it modeled upon?