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

Answer Posted / chakkara

you can do like this:
1. import the data into local sheet from excel
datatable.ImportSheet "path of the excel file",1,"local
sheet name"

2. assign the values to the fields

browser("").Page(" ).WebEdit(" ).Set datatable("UserName",
dtlocalsheet)

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you create an object in vbscript?

616


How will you convert a given number to long in vbscript?

494


What are the uses of vb script?

587


How to make sure that items in a wintree are sorted al?

2358


What are class properties?

657






How to create a cookie using vbscript?

591


What are the different types of operators and their order of precedence?

572


Explain the scope of the variables using dim, public, and private keywords respectively.

722


Why to use option explicit in vb script?

600


What purpose does ‘on error resume next’ serves?

551


Explain different types of segment?

570


Explain a few date functions in vbscript

558


How many types of operators are available in the vbscript language?

537


What's the difference between vbscript and vb.net?

553


when we use filter funtiom invb script(QTP)

2304