Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Can u describe what kind of testing are for OTC derivates by banks.

2194


please can you help me to get a code of flames using a visual basic 6

1856


What is the main difference between function and sub-procedure?

1107


How are values assigned to the variables in the vbscript language?

1119


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

1205


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.

2358


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

3789


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

1430


How will you check that a variable is an array in vbscript?

1052


What is Procedure or Subroutine in VB Script?

1205


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

1369


How are values assigned to string type and numeric type variables?

1068


What are class events?

1028


Explain about arrays in vb script?

1121


Explain the .wsf files?

1035