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 / siri
set ex= CreateObject("Excel.Application")
set wrkbk= ex.workbooks.open(excelbookpath)
set objDriverSheet=wrkbk.worhsheets("Sheetname")
dim lgin,pwd,row
for i=0 to 5
row=i
lgin=objDriverSheet.Cells(row,"A")
pwd=objDriverSheet.Cells(row,"B")
msgbox lgin
msgbox pwd
next
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can u describe what kind of testing are for OTC derivates by banks.
please can you help me to get a code of flames using a visual basic 6
What is the main difference between function and sub-procedure?
How are values assigned to the variables in the vbscript language?
What is the difference between vb debugger and the script debugger?
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.
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
How will you check that a variable is an array in vbscript?
What is Procedure or Subroutine in VB Script?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
How are values assigned to string type and numeric type variables?
What are class events?
Explain about arrays in vb script?
Explain the .wsf files?