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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grabbing information from IE and pasting it into the host 1

Status
Not open for further replies.

southpaw81

Programmer
Feb 19, 2004
16
0
0
US
Thank you ahead of time for your support. Can someone give me a sample of code that would grab information from an open internet explorer screen and paste it into a ATTACHMATE session? Thank again for your help!
 
You just have to create an object for IE. I've played with it a little, but don't have working code right now.

Dim IE as object
Set IE = Createobject ("Internet Explorer")

If you'll do this in VBA (Excel) you'll be able to watch the IE object and figure out the properties and methods you need.

calculus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top