in qtp we ve datatable look like excel ,if we want to
extract data from excel which saved in my documet how can i
get that in datatable using vb script
Answer Posted / turtlerock
Datatable.import("c:\one.xls")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When are redim statement and preserve keyword used in the vbscript language?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
please can you help me to get a code of flames using a visual basic 6
How can the spaces from the string be removed?
Explain about the functionality of vb script?
Why is the use of exit do or exit for statements within loops discouraged?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Mention what is the difference between vbscript and vba?
who will create the object?
How will you get the smallest subscript of an array in vbscript?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
How will you convert a string to lower case string using vbscript?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What is vbscript language used for and which earlier language is it modeled upon?