John,
The Document object isn't created UNTIL you Navigate somewhere. So, at the very least, you'll need to:
Ieobj.Navigate2('about:blank')
Of course, if you go there, there won't be any text to pull out. ;)
HTH,
J. Chad Bourque, MCP Fort=E9 Incorporated chad AT teche .D.OT net=20
> -----Original Message----- > From: profox-admin@leafe.com [mailto:profox-admin AT leafe .D.OT com]=20 > On Behalf Of jgunva - John C. Gunvaldson >=20 > If you do=20 >=20 > LOCAL ieobj as InternetExplorer.Application >=20 > and begin to code your following, intellisense does not recognize > ieobj.Document.body.innertext - and errors with --> >=20 > "Member DOCUMENT does not evaluate to an object." >=20 > Any ideas?
©2003 J. Chad Bourque |