Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capture head line

Status
Not open for further replies.

ram567

Programmer
Dec 28, 2007
123
US
could you correct this one. i know somehting is missing here
in page 3, 20, 25
copy into excel row 2
so here is the code
RW = 2
Sess0.Screen.GetString(3,20, 25))
 
ram567,
The syntax for GetString is GetString(<row>,<column>,<length>)
To get to the next page you can use Sess0.Screen.Sendkeys("<PA2>")

Dave.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top