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 |
Explain the extension .hta?
give me an ex. of unoverloaded method?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
How will you get the octal value of the given number in vbscript?
What is the difference between VBScript and JavaScript?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
pls tell me which is good book or site for vbscript?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How will you get the smallest subscript of an array in vbscript?
What is the difference between Javascript & Vbscript?
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji