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 |
what is the difference between modular and data and keyword driven framework
what is event handling?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
what is extension of the file if its saved from recovery manger to some drive
write a vbscript for traffic signal
Is vbscript language a case-sensitive language and what does it mean?
Write a Script for ATM in QTP
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
What are subprocedures in vbscript?
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
What is the difference between vbscript and vba?
What is the use of option explicit in vbscript?