View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams[_2_] Tim Williams[_2_] is offline
external usenet poster
 
Posts: 298
Default HTML Text retrieval

That was implied: the aim was to show how to access the frame content.

Tim

"joel" wrote in message
...

Tim: Don't you need the IE object?


IE.document.frames("fraSUMiddle").document.getelem entbyid("blah")


Atishoo still needs to find the object.

I would put the outertext.html in to a cell like this

Range("A1") = IE.document.frames("fraSUMiddle").innerhtml

or

Range("A1") = IE.document.frames("fraSUMiddle").outerhtml



Then copy the cell into Notepad and look at the data to find either a
TAG or ID associated with data Atishoo is looking for.


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=161953

Microsoft Office Help