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 |
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
Explain the .wsf files?
write a program to display configuration of a local system with the help of vb script.
Explain How do you create a recordset object in vbscript?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What is the difference between function and procedure?
who will create the object?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the use of option explicit statement?
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
What is parametrization ?
What is the difference between do until loop and do while loop?