Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Data importing from excel using script
#1
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi ,

I needto enter the username, password value from external excel sheet by using script.
Howcan i write the script for this condition

A B
Username Password
tutorial tutorial
abc cde
12345 12345

I did something
Code:
set objExe= createobject("Excel.Application")
Set a=objExe.workbooks.open("     ")
Set b=a.worksheets("sheet1")


IT would be great if anyone suggests how do i write?
Reply


Messages In This Thread
Data importing from excel using script - by vaigundamoorthy - 02-11-2009, 11:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Search and import data from excel under some rules. nwpulele 2 2,775 02-19-2015, 04:10 AM
Last Post: supputuri
  Excel and Driver Script shipu 1 3,595 02-27-2014, 09:09 AM
Last Post: supputuri
Question QTP Script for enter data to DB geethu105 2 3,154 02-24-2014, 06:54 PM
Last Post: guin.anirban
  How to populate data in weblist using excel vijifun 1 3,084 12-05-2013, 12:06 PM
Last Post: basanth27
  VB SCRIPT to click on specific links on webpage and store related data ACCBAJPA 1 9,852 04-02-2013, 01:33 PM
Last Post: ACCBAJPA

Forum Jump:


Users browsing this thread: 1 Guest(s)