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
Instead of writing Datatable.ImportSheet "D:Data1.xls","Sheet1","Global" this
Try to put this code
"D:Data1.xls","Sheet1","1"
| Is This Answer Correct ? | 0 Yes | 0 No |
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
Find Out Length of an array without using Ubound?
What methods are used to create text files and open text files in the vbscript language?
How to assign a numeric value to a variable?
write a vb script to display the size of the folder,date created and name of the folder
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
Explain about tristate constants in vbscript?
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
Explain the scope of the variables using dim, public, and private keywords respectively.
What is string concatenation function in VBScript?