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

What is the difference between vb debugger and the script debugger?

569


How strcomp function works?

613


When are redim statement and preserve keyword used in the vbscript language?

574


What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?

567


What is the event handling in vbscript?

549






Which event is triggered when mouse focus comes out of an element in the vbscript language?

499


How can you create a file object to work with the files in the vbscript language?

492


what is diff between static and dynaic arrys?

1572


Explain about the extension .hta?

608


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

606


How will you compare two strings in vbscript?

584


What are string functions in vbscript?

640


How will you get a random number between 0 and 1 in vbscript?

707


How will you format a number in percetage format in vbscript?

579


write a program to display configuration of a local system with the help of vb script.

1676