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
How will you convert a given number to long in vbscript?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How to capture a runtime error in vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
How are values assigned to the variables in the vbscript language?
how to increase the values in text box in a given text box increament by two values by clicking on button
how to automatically update the sql server2005 database records when insert in vb6?
How should i Create Email invite with server-side Coding?
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?
What is the purpose of on error resume next statement?
How will you convert a string to upper case string using vbscript?
Explain the constants in vbscript?
What is event handling in vbscript?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
Explain what is loose binding? Why is it not a good practice to use it?