What is the difference between vb debugger and the script debugger?
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
Why is error handling required?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Mention what is byref and byval parameters in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
Mention what is the use of option explicit in vbscript?
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
give me any information abou vb script books learn quckly
Mention how to assign a date value to a variable?
How to write VB script for login module?
What is the use of the date function in the vbscript language?